Regular Expressions 101

Community Patterns

UUID 4

2

Regular Expression
PCRE2 (PHP >=7.3)

/
\b([A-F 0-9]{8})-([A-F 0-9]{4})-([A-F 0-9]{4})-([A-F 0-9]{4})-([A-F 0-9]{12})\b
/
gi

Description

Detects any UUID 4 strings

Submitted by ShadowNox - 3 years ago