Reference
Components
String Split
Description
The String Split primitive will break a given string into two parts at a given point. Note that the split position starts at zero.
Example
If the source string is ‘FlowBotics Studio’ then using a Pos of 4 you’d get ‘Flow’ and ‘Botics Studio’.
Connectors
Inputs Type Outputs Type
Source string
String String to the left of the
split
String
Position at which to make
the split (zero indexed)
Int String to the right of
the split
String
412 of 494