Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Split strings

Splits a string into a list of strings.


Inputs

  • string

    • The first string value to split.
  • separator

    • The string value that defines the separator in which the string is split.

Outputs

  • string list

    • The list of split string values.

Note(s)

  • Other names for this node include: StringSplit.

Example(s)