Home » JavaScript Symbol split Property

JavaScript Symbol split Property

by Online Tutorials Library

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

Chrome 32
Safari 8
Firefox 29
Opera 19

Example

Test it Now

Output:

We split point from the string TutorAspire point.  

Next TopicJavaScript Symbol

You may also like