TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Javascript Regular Expression Editor

33 点作者 jonmagic大约 13 年前

6 条评论

jimrhoskins大约 13 年前
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.
评论 #3666285 未加载
Florent2大约 13 年前
I had built one that allows to write counter examples also, here an example <a href="http://bit.ly/dV4nRg" rel="nofollow">http://bit.ly/dV4nRg</a>
430gj9j大约 13 年前
Bug: line 125 of application.js should read<p>if (index !== -1) value = value.slice(index + length);
ErrantX大约 13 年前
That's cool - a reference would be good as well. I've always used RegExr[1] which combines such documentation really neatly.<p>1. <a href="http://gskinner.com/RegExr/" rel="nofollow">http://gskinner.com/RegExr/</a>
评论 #3668671 未加载
huskyr大约 13 年前
Cool, although i don't think this will replace <a href="http://regexpal.com/" rel="nofollow">http://regexpal.com/</a> as my favourite regex tester.
评论 #3666452 未加载
评论 #3666546 未加载
jonmagic大约 13 年前
Just added Quick Reference, thanks for the feedback!