Settings

Theme

Javascript Regular Expression Editor

scriptular.com

33 points by jonmagic 14 years ago · 10 comments

Reader

jimrhoskins 14 years ago

Very 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.

Florent2 14 years ago

I had built one that allows to write counter examples also, here an example http://bit.ly/dV4nRg

430gj9j 14 years ago

Bug: line 125 of application.js should read

if (index !== -1) value = value.slice(index + length);

ErrantX 14 years ago

That'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/

huskyr 14 years ago

Cool, although i don't think this will replace http://regexpal.com/ as my favourite regex tester.

jonmagicOP 14 years ago

Just added Quick Reference, thanks for the feedback!

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection