Free cookie consent management tool by TermsFeed split() Function
split() Function

Function

split( text, separator )

Splits text into a list of text elements, delimited by the text specified in the separator.

Parameters

Keyword Type Description

text

Text

The text to be split.

separator

Text

The text delimiter by which the text will be separated.

Returns

Text

Examples

split("John Smith","m") returns John S, ith

Open in Github Built: Fri, Nov 10, 2023 (03:42:48 PM)

split() Function

FEEDBACK