Regular Expressions 101

Community Patterns

2

update match

PCRE (PHP <7.3)
no description available
Submitted by ozarzu - 8 years ago
1

works

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago

Match valid pairwise braces in text

1

Regular Expression
PCRE (PHP <7.3)

/
\A((?:[^{}]++|\{(?-1)\})*)+\Z
/

Description

Loading markdown...
Submitted by nowox - 8 years ago