Regular Expressions 101

Community Patterns

123

0

Regular Expression
PCRE (PHP <7.3)

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

Description

no description available

Submitted by anonymous - 7 years ago