'match()' Syntax, Parameters and Note : match « Javascript Methods « JavaScript Reference

'match()' Syntax, Parameters and Note

Note:

Searches the String using a regular expression.
    
Syntax:
    
stringName.match(param1)

Parameters:
    param1   Required; the regular expression.

    

      
      








Related examples in the same category

1.'match()' Example
2.'match()' is applied to