Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-07-27 23:42
Flavor·PCRE (Legacy)

/
^(?:[0-9A-F]{1,2})(?:,[0-9A-F]{1,2})*$
/
gm
Open regex in editor

Description

Match one or two digit hex values separated by a comma.

Submitted by anonymous