Reference
Components
String Replace
Description
The String Replace primitive will replace the characters at a particular position in a given string with another sub-string. Note that positions
start at zero.
Example
If the source string is ‘Apples and Oranges’ then using a Pos of 10 and sub-string of ‘Bananas’ you’d get ‘Apples and Bananas’.
Connectors
Inputs Type Outputs Type
Source string
String Modified string
String
Position of the first character
to be replaced (zero
indexed)
Int
Replacement sub-string
Int
411 of 494