Regular Expressions 101

Community Patterns

BDO client ID

0

Regular Expression
PCRE2 (PHP >=7.3)

/
^[a-z0-9]{8}(?:-[a-z0-9]{4}){3}-[a-z0-9]{12}$
/
g

Description

Validates client IDs

Submitted by anonymous - 9 months ago