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

Chrome32
Safari8
Firefox29
Opera19

Example 1

Test it Now

Output:

7

Example 2

Test it Now

Output:

4





Latest Courses