![]() |
VOOZH | about |
JavaScript Symbol search property determines the method that returns the index within a string that matches the regular expression. This function is called by the String search() method.
Syntax:[Symbol.search](string)Parameters: It accepts single parameter "String". Return value: This returns the position of a string where it matches and if not matches it will return -1.
Below examples illustrate the Symbol search property in JavaScript:
Example 1: Output:0 8Example 2:
-1 -1
Supported Browsers: The browsers supported by Symbol search property are listed below:
We have a complete list of Javascript symbols' properties and methods, to check those please go through the Javascript Symbol Complete Reference article.