Regular Expressions 101

Community Patterns

Hexadecimal Color

0

Regular Expression
PCRE (PHP <7.3)

/
^\s*#?([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})\s*$
/
g

Description

My First Regex

Submitted by anonymous - 7 years ago