Resources and tools for regular expressions (below)
Chszs, which must be noted for reprinting. Blog homepage: http://blog.csdn.net/chszs
8. RegEx guide by Mozilla
Address: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions
This is a regular expression guide from Mozilla, which is very simple and clear.
9. debuggex
Address: https://www.debuggex.com/
Debuggex is a Web application that tests regular expressions. It supports JavaScript, Python, and PCRE.
10. scriptualr
Address: http://scriptular.com/
Scriptular is a JavaScript Regular Expression editor inspired by rubular to provide developers with a simple way to test JavaScript regular expressions.
11. refiddle
Address: http://refiddle.com/
Refiddle is an easy-to-use open-source regular expression testing tool.
12. php live RegEx
Address: http://www.phpliveregex.com/
This is a regular expression testing tool for PHP developers. This tool provides a unique URL for your submitted Regular Expression Code, so that you can share the Code with others or facilitate future tracking.
13. xregexp
Address: http://xregexp.com/
Xregexp is an open-source JavaScript library that uses the MIT license and provides enhanced and scalable regular expressions. You can obtain New syntaxes, new identifiers, and new methods that are not supported locally by the browser.
14. RegEx crossword
Address: http://regexcrossword.com/
This is a resource to improve the developer's regular expression skills. It uses a jigsaw puzzle to deepen users' understanding of regular expressions.
15. js verbal expressions
Address: http://regexcrossword.com/
Verbalexpressions is a javascript library used to help build complex regular expressions.
Resources and tools for regular expressions (below)