exec Method (JScript 56)

Executes a search on a string using a regular expression pattern, and returns an array containing the results of that search.

rgExp.exec(str) 

Expand imageArguments

Expand imageRemarks

Expand imageExample

Expand imageRequirements

Expand imageSee Also