Inputs
Here you can pass the string to the Node whose case you want to change.
The Node offers different modes for processing the string. Numbers and special characters will generally remain unchanged:
- Lowercase: All text characters will be converted to lowercase.
- Capitalization: All text characters will be converted to uppercase.
- Upper case in front: If the first character of the string is a letter, it will be converted to an uppercase letter. All subsequent letters will be written in lowercase. This also applies if there are several terms separated by spaces in the text, for example. Only the first letter on the first word will be capitalized.
