StringToArray_v2 Op
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.
Full Name
- Ops.Array.StringToArray_v2
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
INPUT PORTS
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 (Number:boolean )
If set, the values inside the array will be interpreted as numbers (not strings)
Trim (Number:boolean )
Split Lines (Number:boolean )
OUTPUT PORTS
array (Array)
The parsed array
Parsed (Trigger)
Triggers once the array has been parsed
length (Number)
The number of elements in the resulting array