摘要:
JavaScript - 正则表达式 正则表达式(regular expression)对象包含一个正则表达式模式(pattern)。它具有用正则表达式模式去匹配或代替一个串(string)中特定字符(或字符集合)的属性(properties)和方法(methods)。 正则表达式构造函数: new RegExp(“pattern“[,“flags“]); 参数说明: p... 阅读全文
posted @ 2006-12-19 09:12
Ame
阅读(305)
评论(0)
推荐(0)