88
JavaScript Symbol.search Property
The JavaScript Symbol.search symbol determine the method that returns the index within a string that matches with the regular expression.
Syntax
Parameters
String.
Return value
The position of a string.
Browser Support
Chrome | 32 |
Safari | 8 |
Firefox | 29 |
Opera | 19 |
Example 1
Output:
7
Example 2
Output:
4
Next TopicJavaScript Symbol