Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-10-27 10:58
Flavor·PCRE (Legacy)

/
(?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
Open regex in editor

Description

no description available

Submitted by anonymous