/ Published in: Regular Expression
Regex code to match hexadecimal colors
Expand |
Embed | Plain Text
\#([a-fA-F]|[0-9]){3, 6}
You need to login to post a comment.
guilhermehn on 07/03/12
regex css regular color Expression hexadecimal hexa
Regex code to match hexadecimal colors
\#([a-fA-F]|[0-9]){3, 6}
You need to login to post a comment.