Regular Expressions 101

Community Patterns

0

Kendala

PCRE2 (PHP >=7.3)
kendala
Submitted by rey - a year ago
0

Match color string

PCRE2 (PHP >=7.3)
Match color string
Submitted by EZ - a year ago
0

web validation

PCRE2 (PHP >=7.3)
web validation
Submitted by anonymous - a year ago

/[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}

0

Regular Expression
PCRE (PHP <7.3)

/
^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$
/

Description

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