Now I know that SQL and regular expressions are just fine, but several times on this site I came across someone working on SQLzoo.net exercises. As far as I can tell, this was a wonderful online resource where someone can learn SQL quite easily, for example, by writing a lot of toy queries against several toy databases. I most likely redirect people who want to learn SQL on this site.
These SQLzoo people also run some other tutorials, including some in several programming languages. However, the regex section is pretty small (e.g. see the Java page), and I donβt think you can really learn regular expressions from it. I think a good online tutorial can help with the onslaught of the main questions of regex that we have here. (Maybe after the answer we could suggest that they take a look at the textbook.)
So, is there a good interactive interactive regular expression tutorial according to this SQL tutorial? I looked briefly online, but all I could find was non-interactive textbooks or simple pages (still useful though!) That let you match a string to a pattern so you can see that it matches / captures / etc. d.
regex
A. Rex Jan 24 '09 at 21:50 2009-01-24 21:50
source share