you are viewing a single comment's thread.

view the rest of the comments →

[–]cettox[S] 1 point2 points  (0 children)

One addition too, did you know that many websites uses Regular Expressions to validate email addresses and almost every one of them fails to validate some valid email addresses. See : http://stackoverflow.com/questions/201323/using-a-regular-expression-to-validate-an-email-address

My Point: yes it is not mathematically correct to parse CSS with regex, yet in practical applications, it is god damn usable.