Regular Expressions 101

Community Patterns

Match each 3 number

1

Regular Expression
PCRE (PHP <7.3)

/
\B(?=(\d{3})+(?!\d))
/
g

Description

no description available

Submitted by anonymous - 8 years ago