Skip to content
Algo Trade Analytics Docs

str.split() - Pine Script Function

Divides a string into an array of substrings and returns its array id.

str.split(string, separator) → array<string>
NameTypeDescription
stringseries stringSource string.

The id of an array of strings.