Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-03-25 20:59
Flavor·PCRE2 (PHP)

/
(^\w.*\n\n)+(^(##.*\n)+)
/
gm
Open regex in editor

Description

reverses order when code is followed by comments (comments prepended with ## )

Submitted by anonymous