RegExp() (Function)

Another way to call the exec() method for the regular expression object.

Availability:

ECMAScript edition - 3
JavaScript - 1.2
Netscape - 4.0
JavaScript syntax:NRegExp()

See also:RegExp.$n, RegExp.input, RegExp.lastMatch, RegExp.lastParen, RegExp.leftContext, RegExp.multiline, RegExp.rightContext

Refer to:

RegExp.exec()

Cross-references:

ECMA 262 edition 3 - section - 15.10.3.1