Regular Expressions 101

Community Patterns

No Squares

0

Regular Expression
PCRE2 (PHP >=7.3)

/
[^\[\]]*(?=(?:[^\]]*\[[^\[]*\])*[^\[\]]*$)
/
gm

Description

Match not square brackets

Submitted by max - a year ago