Regular Expressions 101

Community Patterns

0

...\w?

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 4 years ago
0

NFDC Regex

PCRE (PHP <7.3)
Regex for NFDC
Submitted by anonymous - 4 years ago

Match string and number of digits exactly

0

Regular Expression
PCRE (PHP <7.3)

/
xtra-tester(\d){2}(?!.)
/
g

Description

Loading markdown...
Submitted by anonymous - 4 years ago