Skip to content

Commit e3fcde9

Browse files
authored
Create readme.md
1 parent 70e7919 commit e3fcde9

File tree

1 file changed

+9
-0
lines changed
  • Regular Expressions/Hexadecimal color

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## This code snippet helps validating the hexadecimal color codes ##
2+
3+
Based on the regular expression, the following formats are allowed:
4+
* #ABC
5+
* #AB1
6+
* #123
7+
* #ABCDEF
8+
* #ABC123
9+
* #123456

0 commit comments

Comments
 (0)