Regular Expressions 101

Community Patterns

CODE field (numbers, capitals and dash (-))

0

Regular Expression
PCRE (PHP <7.3)

/
^([A-Z0-9]+[A-Z\-0-9]*[A-Z0-9])$
/

Description

no description available

Submitted by anonymous - 3 years ago