需要 Regular Expression 对象

JScript


需要正则表达式对象

试图对RegExp类型对象之外的其他对象调用 RegExp.prototype.toString RegExp.prototype.valueOf方法。这种调用的类型必须是 RegExp 对象。

要改正此错误

  • RegExp 对象类型 中,只能调用RegExp.prototype.toStringRegExp.prototype.valueOf  方法

请参阅

Regular Expression 对象 | Regular Expression 语法