Parse a string into an array (create, split string, stringToArray)
summary (oneliner)
Let’s you enter multiple values as an array in the editor. The result can then be used by e.g. Ops.Array.ArrayGetValue.
doc
issues
example patch id
youtube ids (comma seperated)
caniuse query
collections
Inputs
text (String)
The array-data you want to use, e.g. 100,200,300
separator (String)
The separator to use, e.g. ,
(comma) when your text is foo,bar,baz
Numbers (boolean /Number)
If set, the values inside the array will be interpreted as numbers (not strings)
Trim (boolean /Number)
Outputs
Parsed (Trigger)
Triggers once the array has been parsed
array (Array)
The parsed array
length (Number)
The number of elements in the resulting array
Patches using ParseArray_v2
Changelog
enhancement: ignore comma after last value 2019-08-26 - pandur |