RegExp:
var a=new RegExp("e");
RegExp.test();返回true或者false
RegExp.compile();用於改變檢索模式。
RegExp.exec();返回對象或者null