Strings

Split

2min

Overview

The Split action divides a string based on the occurences of a given separator.

Document image


Inputs & Outputs

  • [ I ] Input string: String to split.
  • [ I ] Input separator: String to split based on.
  • [ O ] Result: List<String> containing the substrings resulted from dividing the input string based on the separator.



Updated 17 Apr 2024
Doc contributor
Doc contributor
Did this page help you?