正则表达式语法
http://www.pstips.net/regex-describing-patterns.html
以下是几个在线的正则表达式验证器:
Rubular is a Ruby-based regular expression editor. It’s a handy way to test regular expressions as you write them.
Definitely my favorite!
Online regex tester, debugger with highlighting for PHP, PCRE, Python and JavaScript that highlights pattern and matches on the fly. Features regex quiz and IRC chat box.
A tool for generating and testing regular expressions.
A JavaScript regular expression tester.
Regex Hero runs directly off of the Regex class library inside Silverlight. I will say that Silverlight is missing the RegexOptions.
Online Regular Expression Tester that supports PHP, Ruby, Python, Javasript. Real-time result and permalink to share regex.
RegViz is a tool for debugging JavaScript regular expressions in a visual way. Advanced highlighting helps you to understand the structure and purpose of a regular expression and to detect bugs therein.