Method
This node converts all the characters in the string into either lowercase or uppercase, which then can be used as an input into other nodes – typically the Text node.
Attributes
Name |
Description |
---|
Text String |
The text string to change to lowercase. |
Mode |
The mode used to transform the input string.
- Lowercase, The string is converted to lowercase.
- Uppercase, The string is converted to uppercase.
|
Inputs
Name |
Description |
Typical Node Input |
---|
Text String |
Overwrite the text string attribute with an input text string. |
Text String |
Outputs
This node outputs a string that can be used by any node which takes a string input.