Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-03-20 23:45
Flavor·PCRE2 (PHP)

/
^[0-9A-F]{8}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{12}$
/
i
Open regex in editor

Description

Checks whether the input is a hardware ID

Submitted by Justman10000