RegExpress Build Status

About

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.

Team

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Team
  5. Contributing

Usage

navigate to root directory

$ npm install

$ bower install

$ gulp

Go to http://localhost:8000/ and bask in the glory.

Requirements

  • Node 0.10.x

Development

Installing Dependencies

Make sure you have gulp and bower installed.

Contributing

See CONTRIBUTING.md for contribution guidelines.