Live RegEx tester

If you are writing regular expressions quite often you may need to try combinations to create the match you want. Previously I've been using a flash based tool to check the RegEx live on test data but Flash RegEx and JavaScript have a few differences e.g. lookbehind

Just found a JavaScript equivalent which solves that problem:
http://www.gethifi.com/tools/regex

No comments:

Post a Comment