Regular Expressions 101

Community Patterns

aHex color

0

Regular Expression
ECMAScript (JavaScript)

/
#(?:[a-f0-9]{4}){1,2}\b
/
g

Description

no description available

Submitted by @hachesilva - 7 years ago