Lib.string.list¶
Operators¶
- JoinStringList — Joins the members of a string with a separator.
- KeepStrings — Collects the input string to a list.
- PickStringFromList — Can switch between different strings if the 'Fragments' output of a [SplitString] operator is used as an input
- SplitString — Splits a string by the provided separation character. Returns a List
that can be parsed with [PickFromStringList]. - StringLength — Counts the characters in a string and outputs the amount as a float
- ZipStringList — Zip two lists of strings, if the list sizes are differents, additional values of the longest are ignored
Auto-generated from the operator library.