Regular Expressions 101

Community Patterns

1

just for test

PCRE2 (PHP >=7.3)
don't mind
Submitted by anonymous - a day ago
1

datime

PCRE2 (PHP >=7.3)
datetime
Submitted by anonymous - 5 days ago
1

Match paths

PCRE2 (PHP >=7.3)
Match paths
Submitted by os_niko - 12 days ago

Match any layer bracket pair (.NET)

3

Regular Expression
.NET (C#)

@"
\w+\([^()]*(((?'parenthesesPair'\()[^()]*)+((?'-parenthesesPair'\))[^()]*)+)*(?(parenthesesPair)(?!))\)
"
gm

Description

Loading markdown...
Submitted by Yakumo Yukari - 2 years ago