Regular Expression Object Properties and Methods

The Regular Expression object is an object that contains a regular expression pattern along with flags that identify how to apply the pattern.

Properties

global Property

ignoreCase Property

multiline Property

source Property

Methods

compile Method

exec Method

test Method

See Also

Other Resources

Properties (Visual Studio - JScript)

Methods

JScript Reference