RubyFlow The Ruby and Rails community linklog

Replacing a Complex Regular Expression with a Simple Parser

When we have to work with text, we often reach for regular expressions. But they’re not the easiest solution to every problem. Recently I was struggling with a large regexp, when I realized it’d be less work to write a parser. This article explains the process. - http://blog.honeybadger.io/replacing-regular-expressions-with-parsers/

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in