菜鸟javascript基础资料整理3 正则

时间:2010-12-06    点击:118   
1.js正则表达式(RegExp对象)
RegExp 对象有 3 个方法:test()、exec() 以及 compile()。
①test()方法
//test() 方法检索字符串中的指定值。返回值是 true 或 false。
var patt1=new RegExp("e");
document.write(patt1.test("The best things in life are free"));
②exec()方法
//exec() 方法检索字符串中的指定值。返回值是被找到的值。如果没有发现匹配,则返回 null。
var patt1=new RegExp("e");
document.write(patt1.exec("The best things in life are free"));
未完待续。

js页面跳转常用的几种方式
简略的前端架构心得&&基于editor为例子的编码小技巧
javascript showModalDialog 内跳转页面的问题
颜色选择器 Color Picker,IE,Firefox,Opera,Safar
javascript处理table表格的代码
> 返回     
地址:上海市普陀区胶州路941号长久商务中心 电话: QQ:
© Copyright 2012 上海网络 Product All Rights Reserved