tutorial? guide?
4 years ago
can anyone recommend a good tutorial, guide, or book for a regex beginner? Learning this is something that I’ve put off for a long time, but I’m tired of needing it and not knowing it.
I generally use the chapter on it in Programming Perl – but if you google around, you should be able to find a few online tutorials for the language of your choice. Try starting with simpler examples, and breaking complicated matches down into small parts. It’s fun!