Regular Expressions 101

Community Patterns

Extract UUID v4 from a string

1

Regular Expression
PCRE (PHP <7.3)

/
\w{8}-\w{4}-\w{4}-\w{4}-\w{12}
/

Description

no description available

Submitted by anonymous - 8 years ago