String Split
The String Split block receives string data through its Input node, then references its separator value, and it outputs the remainder of the string following the seperator.
For example, if:
/trigger/go
Was received with a Seperator of "/trigger/", the output of the string split block would be "go".
The string is passed to the output without modifications if no part of the string matches the Seperator.
Input
- Input - To be connected to the output of a protocol Input block that receives strings.
Output
- Output - To be connected to the input of other blocks in the visual process for further processing.