From 38bd449b1d01a31029ac4d1e182bc695897afa00 Mon Sep 17 00:00:00 2001 From: Mohamed Elkebir Date: Thu, 22 Oct 2015 13:32:08 +0100 Subject: [PATCH] Add RegExr & RegExpBuilder to RegExp section - [RegExr](http://regexr.com) - [RegExpBuilderJs](https://github.com/thebinarysearchtree/regexpbuilderjs) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6c474b7..041fe30 100644 --- a/README.md +++ b/README.md @@ -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