Community Patterns

Community Library Entry

1

Regular Expression
Created·2024-01-10 10:40
Updated·2025-02-06 08:20
Flavor·PCRE2 (PHP)

/
((0?[x|X])|#)?[0-9,A-F,a-f]{8}|#([0-9,A-F,a-f]{6})
/
gm
Open regex in editor

Description

Hex string identifier

Submitted by Fredrik Wallander