正则表达式

  1.1 数据库
  • 正则表达式测试网址:https://regexr.com/
  • runoob教程:https://www.runoob.com/regexp/regexp-tutorial.html

  • 匹配字符,例如匹配一字符a:a
  • 匹配任意个A:A*
  • 匹配所有小写字母[a-z]

LEAVE A COMMENT