Your Regex Coach

Regular expression (or regex) [Wikipedia] are a very powerful method to parse data and extract the information you need. But a regular expression can quickly turn into a nightmare due to its complexity. I often use a memo but testing the regexp live is the quickest way to debug them.

1 7 8 9 10 11 19