摘要: 学习MDN-正则表达式章 学习MDN-正则表达式章-这个链接也可以 什么是正则表达式 要点: 用于匹配字符串中字符组合的模式 js中,正则表达式也是对象 用于 RegExp 的 exec 和 test 方法,以及 String 的 match、matchAll、replace、search 和 sp 阅读全文
posted @ 2024-01-23 22:21 ayubene 阅读(57) 评论(0) 推荐(0)