Hacker News new | ask | show | jobs
by gabelschlager 682 days ago
Honestly, Regex is not nearly as complicated as most people make it out to be. Read through the rules and then design some simple expressions.
1 comments

The rules aren’t that hard but actually applying it to code and honing it to consistently pull exactly what you want is in my experience the hardest part.