Community Patterns

Community Library Entry

0

Regular Expression
Created·2019-10-14 15:29
Flavor·ECMAScript (JavaScript)

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

Description

#(([0-9A-F]{6})|([0-9a-f]{6}))

Submitted by anonymous