Regular Expressions 101

Community Patterns

1

a

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

xslt

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

Exercicio 5

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

Exercicio 1

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

6

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years 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