Description: Illustrates the JavaScript syntax for the String Match .
Syntax: string.match(pattern) – Searches for a match between a regular expression and a string, and returns the matches. Pattern is what you are trying to find in the string.