Microsoft JScript
RegExp Object
Language Reference
Version 3

See Also Methods Properties


Description
Stores information on regular expression pattern searches.
Syntax
RegExp.propertyname

The propertyname argument is one of the RegExp object properties.

Remarks
The RegExp object cannot be created directly, but is always available for use. Its properties have undefined as their value until a successful regular expression search has been completed.

Comments