Regular Expressions 101

Community Patterns

0

IE

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

Find Matching Parenthesis, Brackets, and Curly Brackets

1

Regular Expression
ECMAScript (JavaScript)

/
\(\)|\[\]|\{\}
/
gm

Description

Loading markdown...
Submitted by Matthew Hiebing - a year ago