Community Patterns

Community Library Entry

1

Regular Expression
Created·2024-05-04 05:48
Flavor·PCRE (Legacy)

/
(?m)^(?: +|\t+)\+ *(?:VAR|CONST) *\w+ *=.*(?:\R^(?> +|\t+)[^+\s].*)*
/
g
Open regex in editor

Description

Example taken from SO,

Submitted by anonymous