# regex-builder **Repository Path**: mirrors_ysmood/regex-builder ## Basic Information - **Project Name**: regex-builder - **Description**: A tool for testing js regular expression. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: gh-pages - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-07-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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