Split Text
Splits the text into a loop using the token.
Split Text
- Text
- Token
- Text
A text string to evaluate.
- Token
A text string to find and split the the text into parts around.
- Output
A loop of the parts of the text split by the token. The entire text will be returned if the token is not found.