Skip to content
/ regexr Public
forked from gskinner/regexr

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

ulfk/regexr

 
 

Repository files navigation

RegExr

About

This is a fork of the project gskinner/regexr.

After I noticed that the page https://regexr.com went offline, I wanted to get this cool tool back and tried to get it running locally. Needed to update several packages and do some minor fixes.

This is WIP to understand the project and adapt it, remove adds etc.

License

This version of RegExr is licensed under GPL v3 (as the original project is).

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.

Bookmarks

About

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

Resources

License

Stars

Watchers

Forks

Languages

  • JavaScript 76.9%
  • PHP 13.1%
  • SCSS 4.6%
  • HTML 4.4%
  • CSS 1.0%