Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.24 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.24 KB

RegExr-S

This is a fork of regexr (RegExr.com) by Grant Skinner

About

RegExr-S is a fork of RegExr, with modifications made to make it easily self-hostable and more minimal.

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.
  • Use Tools to explore your results.
  • Browse the Reference for help & examples.
  • Undo & Redo with ctrl/cmd-Z / Y in editors.

Build / Hosting

You can run the docker image using docker-compose up.

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 to RegExr-S please send pull requests!

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

License

RegExr-S is licensed under GPL v3.