StringToArray_v2 Op
Parse a string into an array (create, split string, stringToArray)
Summary (oneliner)
<p>Let’s you enter multiple values as an array in the editor. The result can then be used by e.g. <a href="/op/Ops.Array.ArrayGetValue">Ops.Array.ArrayGetValue</a>.</p>
- 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
<p>The array-data you want to use, e.g. <code>100,200,300</code></p>
<p>The separator to use, e.g. <code>,</code> (comma) when your text is <code>foo,bar,baz</code></p>
<i>boolean</i>
)<p>If set, the values inside the array will be interpreted as numbers (not strings)</p>
<i>boolean</i>
)<i>boolean</i>
)OUTPUT PORTS
<p>The parsed array</p>
<p>Triggers once the array has been parsed</p>
<p>The number of elements in the resulting array</p>