Regular Expressions 101

Community Patterns

More than 2 empty lines

1

Regular Expression
PCRE (PHP <7.3)

/
(\s*(\r\n?|\n)){3,}
/
gm

Description

no description available

Submitted by anonymous - 8 years ago