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.
- 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
The array-data you want to use, e.g. 100,200,300
The separator to use, e.g. ,
(comma) when your text is foo,bar,baz
If set, the values inside the array will be interpreted as numbers (not strings)
OUTPUT PORTS
The parsed array
Triggers once the array has been parsed
The number of elements in the resulting array