Search This Blog

Monday, December 28, 2015

Make sure you are testing/playing with regular expressions in an environment that follows the same regular expression behavior of the programming language you are using

Upon posting this question, I learn that it is mandatory, whenever testing/playing with regexes, to make sure you are using an environment that follows/matches the Regular Expression behavior of the language you are programming with.

Otherwise things will not make sense.

Check this for online sandboxes for regex testing, per programming language.

No comments:

Post a Comment