Skip to content

Instantly share code, notes, and snippets.

@brianschmitt
Last active August 29, 2015 14:22
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 brianschmitt/92556b6d96e507d8b8e3 to your computer and use it in GitHub Desktop.
Save brianschmitt/92556b6d96e507d8b8e3 to your computer and use it in GitHub Desktop.
Find Regions - Visual Studio Regex
// Find Regions used in code - Use Find/Replace to remove them:
^.*\#(end)*(?([^\r\n])\s)*region.*\n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment