www.regexplanet.com Open in urlscan Pro
2606:4700:3030::6815:157  Public Scan

Submitted URL: http://regexplanet.com/
Effective URL: https://www.regexplanet.com/
Submission: On February 01 via api from GB — Scanned from GB

Form analysis 1 forms found in the DOM

POST /share/index.html

<form action="/share/index.html" class="form-inline" method="post">
  <div class="input-group">
    <input type="text" class="form-control" name="share" placeholder="Share code">
    <span class="input-group-btn">
      <button type="submit" class="btn btn-primary">Go</button>
    </span>
  </div>
</form>

Text Content

Toggle navigation RegexPlanet
 * Testing
   * Go (beta)
   * Haskell (beta)
   * Java
   * JavaScript
   * .Net
   * Perl (beta)
   * PHP (beta)
   * PostgreSQL (beta)
   * Python
   * Ruby (beta)
   * Tcl (beta)
   * XRegExp (beta)
   * 
   * Previous version
 * Cookbook
 * Support




ONLINE REGULAR EXPRESSION TESTING

Regular expressions are an incredibly powerful tool, but can be rather tricky to
get exactly right. This is a website that I wrote so I could quickly and easily
test regular expressions during development.

Pick which programming language you are using:



Share codes are an easy way to share regexes. If you have a share code, enter it
here:
Go

A badly formed regular expression can run forever, making it very useful for
denial of services attacks. Some of the engines/hosts are susceptible to these.
Check the current engine status to see if they are running.
Engine Status

The original version was Java-based and did not require a JavaScript-enabled
browser. No need to use it if the Java one above works for you, but a lot of
links go directly to it:
Previous version



Recently Bookmarked

gitleaks/gitleaks.toml at master · zricethezav/gitleaks
regex regextodo

Ruby's Email Address Regexp - Hacker News
email regex

mingrammer/commonregex: 🍫 A collection of common regular expressions for Go
regex

Extracting and Substituting Text with Regular Expressions in PostgreSQL
regex

py_regular_expressions/interactive_exercises at master ·
learnbyexample/py_regular_expressions · GitHub
regex

More...


ONE LAST THING

Some people, when confronted with a problem, think “I know, I’ll use regular
expressions.” Now they have two problems.
  -- Jamie Zawinski in comp.lang.emacs (or somewhere else).
I define UNIX as “30 definitions of regular expressions living under one roof”.
  -- Donald Knuth in Digital Typography, ch. 33, p. 649 (1999) via re2.


License | Privacy Policy | Terms of Service