RegExpress is an online tool for building regular expressions. Using RegExpress, you can create a regex by constructing a diagram with drag and drop components, circumventing the need to learn or look up regular expression symbols. RegExpress also allows you to visualize any regular expression as a diagram, then edit it to your liking without ever having to touch the regex string itself.
Visit regexpress.io to use the tool, or fork and clone the repo to contribute.
RegExpress was created at Hack Reactor in 2014, and continues to be maintained. We welcome your contributions of any kind! Check out our issues to see what needs to be done, or add your own.
- Product Owner: Tess Myers
- Scrum Master: Tyler Garrett
- Development Team Members: Mike Howard, Shan Swaminathan
navigate to root directory
$ npm install
$ bower install
$ gulp
Go to http://localhost:8000/ and bask in the glory.
- Node 0.10.x
Make sure you have gulp
and bower
installed.
See CONTRIBUTING.md for contribution guidelines.