background preloader

Testers

Facebook Twitter

***My Regex Tester. Regular Expression Library. Regular expression - DHTMLgoodies.com. HiFi Regex Tester - Live JavaScript Regular Expression Tester. Toolbox - Regular Expression Tester with examples. v1.31, 2006.05.01 by Robert Giordano Regular Expression Syntax: [agk] matches any one a, g, or k [a-z] matches any one character from a to z [^z] matches any character other than z [\\(\\)] matches ( or ) (in javascript, the escape slash must be escaped!)

Toolbox - Regular Expression Tester with examples

. any character except \n \w any word character, same as [a-zA-Z0-9_] \W any non-word character \s any whitespace character, same as [ \t\n\r\f\v] \S any non-whitespace character \d any digit \D any non-digit \/ literal / \\ literal \ \. literal . \* literal * \+ literal + \? Literal ? \| literal | \( literal ( \) literal ) \[ literal [ \] literal ] \- the - must be escaped inside brackets: [a-z0-9 _.\-\?!] ReWork: a regular expression workbench. Regular Expression Tool. Regular expression tool - regex.larsolavtorvik.com. JavaScript RegExp Example: Online Regular Expression Tester. Feel free to test JavaScript's RegExp support right here in your browser.

JavaScript RegExp Example: Online Regular Expression Tester

Obviously, JavaScript (or Microsoft's variant JScript) will need to be enabled in your browser for this to work. Since this tester is implemented in JavaScript, it will reflect the features and limitations of your web browser's JavaScript implementation. ***Regex Powertoy (interactive regular expressions) Regular Expression Tester. Regular Expression Tester This page uses the regular expression parser in your browser's implementation of JavaScript.

Regular Expression Tester

This page should work with any browser that obeys the DOM, and Internet Explorer.* If you're looking for a .NET Regex tester, there's a crackerjack one here. Test String: Regular Expression Online Tester. Regex Tester – RegexPal. Rex V: an AJAX Regular EXpression eValuator - Regular Expression Validator // sweeting.org.