Regular Expressions 101

Community Patterns

0

Email

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

123

0

Regular Expression
PCRE (PHP <7.3)

/
((?<one>1)(?(<one>)2|$)|(?<two>2)(?(<two>)3|$)|(?<three>3)(?(<three>)4|$))
/
g

Description

Loading markdown...
Submitted by anonymous - 7 years ago