js正则表达式

2019-11-28  本文已影响0人  该帐号已被查封_才怪

1、《JavaScript 正则表达式迷你书》

https://github.com/qdlaoyao/js-regex-mini-book

2、JS正则表达式完整教程(略长)

https://juejin.im/post/5965943ff265da6c30653879

3、正则的与或非

https://juejin.im/post/5c36ecf7f265da616f702a61#heading-1

4、JavaScript正则表达式视频教程

https://www.imooc.com/learn/706

5、简约教程

https://www.baidufe.com/item/eb10deb92f2c05ca32cf.html
http://www.regexlab.com/zh/regref.htm

6、测试工具

首推:https://regexr.com/
a、http://tool.chinaz.com/regex
b、Regex Match Tracer 软件
c、https://www.debuggex.com/ (正则出来有问题)
d、https://www.regexpal.com/(需翻墙)

7、Railroad形式图形化工具

a、https://jex.im/regulex/#!flags=&re=%5E(a%7Cb)*%3F%24
b、https://regexper.com/ 不推荐

8、ihateregex

https://ihateregex.io/

上一篇下一篇

猜你喜欢

热点阅读