Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2017-06-22 11:59
Flavor·PCRE (Legacy)

/
(?<![\/a-zA-Z ])\n?( )?#(end)?region.*\n
/
g
Open regex in editor

Description

This regex matches properly spaced C# region statements, and can be used to remove them in an existing codebase.

Submitted by Jax