Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The most powerful free online regexp testing tool is by far <a href="http://regex101.com/" rel="nofollow noreferrer">http://regex101.com/</a> - lets you select the RE engine (PCRE, JavaScript, Python), has a debugger, colorizes the matches, explains the regexp on the fly, can create permalinks to the regex playground.</p> <p>Other online tools:</p> <ul> <li><a href="http://www.rexv.org/" rel="nofollow noreferrer">http://www.rexv.org/</a> - supports PHP and Perl PCRE, Posix, Python, JavaScript, and Node.js</li> <li><a href="http://refiddle.com/" rel="nofollow noreferrer">http://refiddle.com/</a> - Inspired by jsfiddle, but for regular expressions. Supports JavaScript, Ruby and .NET expressions.</li> <li><a href="http://regexpal.com/" rel="nofollow noreferrer">http://regexpal.com/</a> - powered by the <a href="http://xregexp.com/" rel="nofollow noreferrer">XRegExp</a> JavaScript library</li> <li><a href="http://www.rubular.com/" rel="nofollow noreferrer">http://www.rubular.com/</a> - Ruby-based</li> <li><a href="http://www.perlfect.com/articles/regextutor.shtml" rel="nofollow noreferrer">Perl Regex Tutor</a> - uses PCRE</li> </ul> <p>Windows desktop tools:</p> <ul> <li><a href="http://www.weitz.de/regex-coach/" rel="nofollow noreferrer">The Regex Coach</a> - free Windows application</li> <li><a href="http://www.regexbuddy.com/" rel="nofollow noreferrer">RegexBuddy</a> recommended by most, costs US$ 39.95</li> </ul> <p>Jeff Atwood [wrote about regular expressions]( post:).</p> <p>Other tools recommended by SO users include:</p> <ul> <li><a href="http://www.txt2re.com/" rel="nofollow noreferrer"><a href="http://www.txt2re.com/" rel="nofollow noreferrer">http://www.txt2re.com/</a></a> Online free tool to generate regular expressions for multiple language (@<a href="https://stackoverflow.com/questions/4736/learning-regular-expressions#4763">palmsey</a> another thread)</li> <li>The Added Bytes <a href="http://www.addedbytes.com/cheat-sheets/regular-expressions-cheat-sheet/" rel="nofollow noreferrer">Regular Expressions Cheat Sheet</a> (@<a href="https://stackoverflow.com/questions/4736/learning-regular-expressions#4739">GateKiller</a> another thread)</li> <li><a href="http://regexhero.net/" rel="nofollow noreferrer">http://regexhero.net/</a> - The Online .NET Regular Expression Tester. Not free.</li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload