Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-03-16 20:54
Flavor·PCRE (Legacy)

/
(?x) (^\s*"(?:match|begin|end)"\s*:\s*) (") (?: (?=\2) | (?: (?<esc>(?:\\\\(?:\\\\|[nsrbwSNRW"\$\^\*\)\(\[\]\{\}]?))) | (?<ctrl>[\(\)\[\]\{\}]+|[^"\(\)\[\]\{\}\\]+) | (?<def>[^"\\]) )+ ) (\2)
/
gm
Open regex in editor

Description

no description available

Submitted by anonymous