in reply to How do I optimize a regular expression?

You want to read Mastering Regular Expressions by Jeffrey E.F. Friedl. He dedicates chapters to this, and it's an excellent book.

  • Comment on Re: How do I optimize a regular expression?

Replies are listed 'Best First'.
Re^2: How do I optimize a regular expression?
by kyle (Abbot) on Dec 07, 2009 at 16:14 UTC

    Thanks! I've heard great things about that book in the past but I never had a good reason to dive into it. Maybe it's finally time to pick it up.