Split_v2 Op
This op is deprecated!
It will not receive any updatesSplits a string with separator into an array of strings
Summary (oneliner)
Splits a string like "111,112,113,114"
into single values "111"
, "112"
, "113"
, "114"
.
Full Name
- Ops.Extension.Deprecated.Split_v2
- Extension Op - Visible to all users
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch example - split string
INPUT PORTS
Input String (String)
The string you want to split
Separator (String)
The separator char, e.g. ,
Split Lines (Number: boolean)
Numbers (Number: boolean)
OUTPUT PORTS
Result (Array)
The single parts of the string