JavaScript RegExp 对象
摘要:
JavaScript RegExp 对象 RegExp 对象 RegExp 对象表示正则表达式,它是对字符串执行模式匹配的强大工具。 直接量语法 /pattern/attributes 创建 RegExp 对象的语法: new RegExp(pattern, attributes); 参数 参数 p 阅读全文
posted @ 2017-10-11 18:22 双王木 阅读(50) 评论(0) 推荐(0) 编辑