Community Patterns

Community Library Entry

1

Regular Expression
Created·2024-12-16 13:24
Flavor·ECMAScript (JavaScript)

/
^[0-9a-f]+$
/
gy
Open regex in editor

Description

Only matches if the entire string is in hexadecimal format

Submitted by anonymous