Split_v2 Op

Split

This op is deprecated!

It will not receive any updates

Splits a string with separator into an array of strings


Splits a string like "111,112,113,114" into single values "111", "112", "113", "114".


Edit Documentation

Full Name
  • Ops.Deprecated.String.Split_v2
Visibility
  • Core Op - Official cables op
License
  • MIT
Author


 

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


Patches using Split_v2

  • Examples
  • Public
  • My Patches

Changelog


Ops.String.Split_v2 renamed to Ops.Deprecated.String.Split_v2user avatarpandur - 2022-12-14 08:51
deprecateduse Ops.Array.ParseArray_v2user avatarpandur - 2022-12-14 17:31