This is a fork of regexr (RegExr.com) by Grant Skinner
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.
- 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.
You can run the docker image using docker-compose up
.
Please report issues & feature requests on GitHub. Please do not post questions about regular expressions (use Stack Overflow instead).
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.
RegExr-S is licensed under GPL v3.