Skip to content

Instantly share code, notes, and snippets.

@pandiculator
Last active October 19, 2017 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pandiculator/c9582726d5eacdc5452efaa47436cd59 to your computer and use it in GitHub Desktop.
Save pandiculator/c9582726d5eacdc5452efaa47436cd59 to your computer and use it in GitHub Desktop.
$tables = Get-Content c:\tables.txt
$tables = $tables -replace '<table>\s*<\/table>','foo'
Write-Output $tables
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment