Skip to content

Instantly share code, notes, and snippets.

@brianschmitt
Last active August 29, 2015 14:22
Show Gist options
  • 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