JavaScript Editor Ajax toolkit     Ajax website 



Main Page

An object that contains a regular expression pattern along with flags that identify how to apply the pattern.

// The explicit constructor for a Regular Expression object.
function RegExp(pattern : String [,flags : String])
function RegExp(regexObj : System.Text.RegularExpressions.Regex)

// The implicit constructor for a Regular Expression object.
/pattern/[flags]

Expand imageArguments

Expand imageRemarks

Expand imageExample

Expand imageRequirements

Expand imageProperties and Methods

Expand imageSee Also



JavaScript Editor Ajax toolkit     Ajax website


©