Your browser does not support the Canvas element.
摘要: 定义:一种匹配字符串的规则。 作用范围:只能用于处理字符串。 正则表达式能做什么? A.可以制定一个规则 1、来确认某一个字符串是否符合规则 2、从大段的字符串中找到符合规则的内容 B.程序领域 登录注册页的表单验证 爬虫 C.自动化开发 日志开发 元字符 [ ] 字符组 [0-9] = \d [a 阅读全文
posted @ 2018-08-06 21:30 一根小菜 阅读(120) 评论(0) 推荐(0)
Your browser does not support the Canvas element.