Community Patterns

Community Library Entry

1

Regular Expression
Created·2021-09-26 18:11
Flavor·PCRE2 (PHP)

/
\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
Open regex in editor

Description

Detects any UUID 4 strings

Submitted by ShadowNox