Good REGEX Tutorial?
JonnyMac
Posts: 9,107
Maybe I'm just tired from a month of Halloween-related programming and projects, but I'm having a heck of a time wrapping my head around RegEx -- can someone point me to a good tutorial?
Thanks.
Thanks.
Comments
http://www.regular-expressions.info/quickstart.html
I do a lot of Google searches to see what other developers have come up with. I also use the Regular Expression tester (Firefox plugin) for testing and saving RegEx expressions. Chrome has a similar RegEx plugins.
Then there are chapters dedicated to a specific language.
The first part is very good, clear and detailed. When I first read it I felt like Alice in the rabbit hole... realizing there is so much below the surface. Not a short nor an easy jurney... the first thing you learn is there are 2 families of regex engine, and they behave differently!
After that there is the pocket sized syntax reference of the big book, nice for a quick check but not standalone.
Massimo
Also great tutorial link in RegxBuddy section
Tom
BTW, here's a regex object I wrote for Spin awhile back:
-Phil