mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2026-01-24 12:18:02 -08:00
Merge pull request #202 from elkebirmed/master
Add RegExr & RegExpBuilder to RegExp section
This commit is contained in:
@@ -425,6 +425,8 @@ There're also some great commercial libraries, like [amchart](http://www.amchart
|
|||||||
|
|
||||||
## RegExp
|
## RegExp
|
||||||
* [RegEx101](https://regex101.com/#javascript) - Online regex tester and debugger for JavaScript. Also supports Python, PHP and PCRE.
|
* [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
|
## Media
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user