Introduction
Intro
String Manipulators can be used to procedurally edit strings.
UI
Manipulator - Select the type of Manipulator:
- Change String Case - Change the case of a string.
- Join String - Concatenate strings.
- Regex - Use a regular expression to match strings or parts of strings in order to do something with the result.
- Replace String - Find and replace sections of a string with another string.
- Resize String - Change the length of the string.
- Shuffle String - Jumble up a string.
- Sub-String - Clip start/end points of a string.
- Transition String - Transition from one string to another.
info
String Manipulators can be stacked together to affect a single String. They can be reordered by clicking the yellow input connection icon on the Text Shape's String Manipulators attribute and dragging them above/below each other.