Skip to content

RegExr is a HTML/JS based tool for creating, testing, and learning about Regular Expressions.

License

Notifications You must be signed in to change notification settings

gskinner/regexr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1e38271 · Feb 3, 2023
May 29, 2020
Nov 8, 2022
Nov 22, 2022
Apr 30, 2017
Oct 2, 2015
Jun 15, 2018
Jun 27, 2017
Nov 8, 2022
Jun 11, 2018
Jun 13, 2018
Mar 25, 2020
Feb 3, 2023
Jun 15, 2018
May 20, 2020
May 20, 2020

Repository files navigation

RegExr

About

RegExr.com is an online tool to learn, build, and test Regular Expressions. It was created by Grant Skinner and the nice people at gskinner.com.

Features

  • Results update in real-time as you type.
  • Supports JavaScript & PHP/PCRE RegEx.
  • Roll over a match or expression for details.
  • Save & share expressions with others.
  • Use Tools to explore your results.
  • Browse the Reference for help & examples.
  • Undo & Redo with cmd-Z / Y in editors.
  • Search for & rate Community patterns.

Issues & Feature Requests

Please report issues & feature requests on GitHub. Please do not post questions about regular expressions (use Stack Overflow instead).

Contributing

If you would like to contribute back to RegExr.com please send us pull requests.

Please make sure they are well formatted and follow the style specified out in the existing files.

License

This version of RegExr is licensed under GPL v3. If you're interested in using the source under other terms, feel free to get in touch.

Build

RegExr uses Gulp to manage the build process. You will need to install Node and Gulp, and install other dependencies via npm install. Running gulp (default) will run dev builds and set up a test server.