ArrayToString_v2 Op
There is a newer version of this op!
This version will not receive any updates. It is recommended to use a newer version.
Current version: Ops.Array.ArrayToString_v3
Convert an array to a string, divided by a separator
Summary (oneliner)
Full Name
- Ops.Array.ArrayToString_v2
- Core Op - visible for everyone
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Op is missing in example patch!
Example Patch ArraySumUp ArrayToString StringToArray StringCompose Example
INPUT PORTS
Array (Array)
The array to convert to a string
Separator (String)
What character to use to separate the values, e.g. , (comma) – [1, 2, 3] —> "1,2,3"
OUTPUT PORTS
Result (String)
The resulting string representation of the array