https://github.com/ysmood/regex-builder
A tool for testing js regular expression.
https://github.com/ysmood/regex-builder
Last synced: 6 months ago
JSON representation
A tool for testing js regular expression.
- Host: GitHub
- URL: https://github.com/ysmood/regex-builder
- Owner: ysmood
- Created: 2013-09-08T20:44:54.000Z (over 12 years ago)
- Default Branch: gh-pages
- Last Pushed: 2014-04-05T21:56:54.000Z (almost 12 years ago)
- Last Synced: 2025-05-12T13:56:24.252Z (8 months ago)
- Language: JavaScript
- Homepage: http://ysmood.github.io/regex-builder/
- Size: 930 KB
- Stars: 12
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
A tool for testing js regular expression.
It is still under heavy development. Only tested on the **Chrome**, **Safari** and **Firefox**.
# Features
- Subgroups display while global matching.
- Supports [XRegExp][1].
- High performance.
- Works even when offline.
- Tidy and compact UI layout.
- Regular expression syntax highlighting.
- Supports multiline regular expression.
- Even works on your mobile phone.
- Supports sharing state to others.
# Remarks
- If you got any problem with the program, please try clearing the browser cache first.
- If you want to report a bug, please post with your state code by clicking the `Share` button, if it's possible.
- If you want to use XRegExp's named groups, three names are reserved:
___index, ___input, ___lastIndex
This is due to a XRegExp bug, hope it can be fixed in future.
# Screenshots
### Subgroups
![demo][2]
### Multiline regular expression
![multiline][3]
### [XRegExp][1]
![XRegExp][4]
# License
BSD-2-Clause
Aug 2013 ys
[1]: http://xregexp.com/
[2]: https://raw.github.com/ysmood/regex-builder/gh-pages/img/demo.jpg
[3]: https://raw.github.com/ysmood/regex-builder/gh-pages/img/multiline.jpg
[4]: https://raw.github.com/ysmood/regex-builder/gh-pages/img/XRegExp.jpg