Regular Expressions 101

Community Patterns

Practice 11

0

Regular Expression
PCRE (PHP <7.3)

/
(?x) #4... #4+ #4{4} #4{2,4} behave in a greedy way #4{2,4}? behave in a non greedy way #4{3,4}?
/
gm

Description

no description available

Submitted by anonymous - 3 years ago