Regular Expressions 101

Community Patterns

0

request

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

Validate alphanumeric and numeric range

1

Regular Expression
PCRE (PHP <7.3)

/
^[A-Z0-9]+(?:-[A-Z0-9]+)?(?:,[A-Z0-9]+(?:-[A-Z0-9]+)?)*$
/
gm

Description

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