A Regular Expression that matches CSS lengths
Wednesday, July 2nd, 2008As a followup to my previous post, here’s a useful regular expression for selecting a valid CSS length.
(more…)
As a followup to my previous post, here’s a useful regular expression for selecting a valid CSS length.
(more…)
Recently I needed to have a Regular Expression which would match valid CSS colors. I wasn’t able to find any after searching the Internets for a while, so I wrote my own.