Reference
Components
String Extract
Description
The String Extract primitive will give you a sub-string of a particular size starting from a particular point in the string. Note that positions start
at zero.
Example
If the string is ‘FlowBotics Studio’ then using a Pos of 4 and a Count of 6 you’d get ‘Botics’.
Connectors
Inputs Type Outputs Type
Source string
String Extracted sub-string
String
Position of the first character
in the required sub-string
(zero indexed)
Int
Number of characters to
extract
Int
407 of 494