5 ms·
Javascript Regular Expression Editor
- huskyr 15y agoCool, although i don't think this will replace http://regexpal.com/ http://regexpal.com/ as my favourite regex tester.
- novadesulol 15y agoI made this to test my regex skills: http://wubwub.nl/stufff/regex.php http://wubwub.nl/stufff/regex.php
- morturus 15y agoI used to use regexpal, till i discovered this: http://gskinner.com/RegExr/ http://gskinner.com/RegExr/, i'm using it for months without any problems.
- 430gj9j 15y agoBug: line 125 of application.js should read if (index !== -1) value = value.slice(index + length);
- jimrhoskins 15y agoVery cool, but the most useful thing to me about Rubular (which this is inspired by) was the quick reference. Considering the results you get for a google search on "JavaScript Regex", a nice simple table with the basic syntax (and methods) would be very valuable. After that, the fact I can test expressions on the page is just gravy. I can test expressions on any page in the world with Dev Tools.
- scriptproof 15y agoSomething like that? http://www.xul.fr/javascript/regular-expression-tester.php http://www.xul.fr/javascript/regular-expression-tester.php
- ErrantX 15y agoThat's cool - a reference would be good as well. I've always used RegExr[1] which combines such documentation really neatly. 1. http://gskinner.com/RegExr/ http://gskinner.com/RegExr/
- jonmagic 15y agoQuick Reference added.
- Florent2 15y agoI had built one that allows to write counter examples also, here an example http://bit.ly/dV4nRg http://bit.ly/dV4nRg
- jonmagic 15y agoJust added Quick Reference, thanks for the feedback!