JavaScript Regular Expressions

by 3 replies
4
If the title means nothing to you then you don't need this!

But if you do work with JavaScript you'll inevitably encounter Regular Expressions, and working out the formatting can be a pain sometimes.

I found a site with a good set of examples and also a facility to try out several commonly formatted regular expressions with your own text string, so you can see if the results are really what you were expecting.

JavaScript Regular Expression

Hope someone else finds it useful.

Bill
#programming #expressions #javascript #regular
  • Wow... thanks for that URL... that is the most thorough description of Javascript that I have ever seen... even I can follow that.
  • I normally use RegexPal to test regular expressions
    • [ 1 ] Thanks
    • [1] reply
    • Very nice, thanks for the link!

      Bill

Next Topics on Trending Feed

  • 4

    If the title means nothing to you then you don't need this! But if you do work with JavaScript you'll inevitably encounter Regular Expressions, and working out the formatting can be a pain sometimes.