Documentation

Split - Open Dev Kit Documentation

Open Dev Kit Documentation :: General :: Text :: Split

Root.Text.Split(
  Text String,
  Delimiter String,
  Case Sensitive Boolean,
  Limit Integer
) String Array
Separate text into an array by a specified delimiter

Parameters

Text String
The text to be separated
Delimiter String
Character/string that seperates the text
Case Sensitive Boolean
Should the comparison be case-sensitive
Limit Integer
Maximum number of pieces, or -1 for no limit

Return Value

String Array

If you think anything is missing, please feel free to: submit documentation feedback on this page