Archive for February, 2008

A Regular Expression that matches CSS colors

Thursday, February 28th, 2008

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.

(more…)