Description: Illustrates the JavaScript syntax for the String Search .
Syntax: string.search("regexp or string") – Searches for a match between a regular expression and a string, and returns the position of the match.