The match method searches a string for a match against a regular expression and it returns the matches.
System.Array match( regexp);
regexp
The value to search for, as a regular expression.
Returns the matches, otherwise, null.
Member of string.