Regular Expressions 101

Community Patterns

check regext number and anything.

0

Regular Expression
PCRE2 (PHP >=7.3)

/
[\d]{0,4}[\;][\d][\;][\d]{0,10}[\;][A-Z][\;][\s\S][\;][\s\S][\;]
/
gm

Description

check regex number and anything.

Submitted by Claudio Santos - 2 years ago (Last modified 2 years ago)