An open API service indexing awesome lists of open source software.

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.

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