Add RegExr & RegExpBuilder to RegExp section

- [RegExr](http://regexr.com)
- [RegExpBuilderJs](https://github.com/thebinarysearchtree/regexpbuilderjs)
This commit is contained in:
Mohamed Elkebir 2015-10-22 13:32:08 +01:00
parent 23a1b76cc1
commit 38bd449b1d

View File

@ -425,6 +425,8 @@ There're also some great commercial libraries, like [amchart](http://www.amchart
## RegExp
* [RegEx101](https://regex101.com/#javascript) - Online regex tester and debugger for JavaScript. Also supports Python, PHP and PCRE.
* [RegExr](http://regexr.com) - HTML/JS based tool for creating, testing, and learning about Regular Expressions.
* [RegExpBuilder](https://github.com/thebinarysearchtree/regexpbuilderjs) - Create regular expressions using chained methods.
## Media