Skip to content
This repository was archived by the owner on Jan 17, 2018. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
/tmp
/coverage
.idea
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

Code for the http://www.regexper.com/ site.

## This Fork
This fork was modified by Iftah Haimovitch. It has additional two (very cool) features:
* real time client side parsing of the regular expression! No Ruby and no server side processing is needed.
* highlighting sections of the regexp by hovering the mouse over the diagram

To run the website go to `regexper/app` and run static file serving (eg. `python -m SimpleHTTPServer 8080`) and then open the browser to http://127.0.0.1:8080/public/

## Contributing

I greatly appreciate any contributions that you may have for the site. Feel free to fork the project and work on any of the reported issues, or let me know about any improvements you think would be beneficial.
Expand Down
Loading