Mega Code Archive

 
Categories / JavaScript Reference / Javascript Methods
 

Match() Syntax, Parameters and Note

Note: Searches the String using a regular expression.      Syntax:      stringName.match(param1) Parameters:     param1   Required; the regular expression.