Hi guys..this is my first post and i'm gonna promote a mine tutorial, so it can seem a bit "spam". If there is any problem just say it to me or edit my post.
I've written a regex tutorial for dummies and i wish to know what do you think about it
Looks good to me, but take on board feyd's comments to correct those mistakes
One other thing I'd change "Class repetition operators" should really be called "Quantifiers" and on the same note, "?" is a quantifer {0,1} not an assertion. You can keep calling them class repetition operators if you like because it's a bit newbie-friendly, but I'd ceranly highlight the correct terminology otherwise reader will get confused when reading other topics around regular expressions.