JavaScript Symbol.split Property

The JavaScript Symbol.split symbol is used to split a string at the indices that match the regular expression.

Syntax

Parameters

String

Return value

A string that split from the given expression

Browser Support

Chrome32
Safari8
Firefox29
Opera19

Example

Test it Now

Output:

We split point from the string JavaTpoint
point.





Latest Courses