Skip to content

Instantly share code, notes, and snippets.

@SimonDoy
Created May 25, 2016 16:50
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 SimonDoy/f4bd84b63fc06a6d86e43584f3fd8d6d to your computer and use it in GitHub Desktop.
Save SimonDoy/f4bd84b63fc06a6d86e43584f3fd8d6d to your computer and use it in GitHub Desktop.
$sometext = "#;FirstName LastName";
$regex = "(#;)";
[System.Text.RegularExpressions.Regex]::Replace($sometext, $regex, "");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment