正则表达式学习资料库

  1. 收费学习视频(Jeffrey Way) 英文:https://code.tutsplus.com/courses/regular-expressions-up-and-running (youku有人上传部分)
    免费:
    https://ke.qq.com/course/280727
  2. 在线代码编写:
    https://regexper.com/  (优势:图形化提示)(英文)
    http://www.regex101.com  (代码详细提示)(英文)
    https://regexr.com/  (英文)
  3. 文字教程:
    http://www.deerchao.net/tutorials/regex/regex.htm
    https://juejin.im/post/582dfcfda22b9d006b726d11
    https://www.regular-expressions.info/quickstart.html (英文)