Regular Expressions 101

Community Patterns

Match numbers with length b\w 6-12

0

Regular Expression
PCRE (PHP <7.3)

/
\b[^2\n]\d{6,12}\b
/
g

Description

no description available

Submitted by anonymous - 6 years ago