Strings
Split
2min
The Split action divides a string based on the occurences of a given separator.
- [ 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
Did this page help you?