Jump to content

Regex Tutorial?


davej

Recommended Posts

Since W3Schools seems to want to cover all the bases it seems that it might consider creating a regular expression tutorial and reference. There are a few online references.

Link to comment
Share on other sites

They put it in the JavaScript reference: http://w3schools.com/jsref/jsref_obj_regexp.asp (also a tutorial at http://w3schools.com/js/js_obj_regexp.asp but it's a bit weak).
Oh, thanks, I thought it was odd that it was missing.I am having some trouble understanding how this works. Looking at the tester;http://w3schools.com/jsref/tryit.asp?filen...yjsref_regexp_i...and another online Javascript tester...http://regexpal.com/Why don't the two testers agree on the tutorial examples?/w3schools/i/is/g/is/giThanks.
Link to comment
Share on other sites

I wouldn't worry about it. I found regexpal a little weird. When you're coding your a real script, you'll be writing out your own expressions anyway. Might as well learn to do it without regexpal getting between you and the actual code.

Link to comment
Share on other sites

  • 3 months later...

here's my post on the JS Forum for the appropriate admins' consideration.http://w3schools.invisionzone.com/index.ph...st&p=216092as always, i do appreciate the GOOD job actually DONE on this site - and i will always say it;W3Schools! BEST. SCHOOL. EVER. !!

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...