Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
Created·2020-11-20 16:08
Flavor·JavaScript

/
(?:$|^|)(red-|blue-|indigo-|cool-gray-|pink-|yellow-|teal-|gray-|orange-|green-|purple-)(50|100|200|300|400|500|600|700|800|900)(?:$|^|)
/
gi
Open regex in editor

Description

Just a little regex for the tailwind css color classes, It could be improved.

Submitted by anonymous