Dodgeblogium … bloggers who combine a taste for heavy metal music with a taste for heavy metal politics…

Jan 13

I Blame Chomsky!

Category: Politics, Stuff

I found this quote when trying to solve my headache of the day. ie. Why does Internet explorer fail to match a regular expression that Firefox has no problem with?

“Some people, when confronted with a problem, think “I know, I’ll use regular expressions.” Now they have two problems.”

Jamie Zawinski.

The problem with web standards is that everyone has their own.

2 Comments so far

  1. Dave Schuler January 13th, 2006 05:29 pm

    That’s easy. Firefox, no doubt, uses the open source version of regular expression processing that’s used in Linux and lots of other places. IE uses something that Microsoft developed themselves.

  2. Wolfie January 15th, 2006 09:14 pm

    Quite so. The problem is finding out what their implementation does and if it possible to write regular expressions that work on both.