Set String Case Node¶
The Set String Case node converts the characters in a string to uppercase or lowercase.
输入¶
- 字符串
The string to convert.
- 大小写
The letter case to apply.
- Uppercase:
Convert all alphabetic characters to uppercase.
- Lowercase:
Convert all alphabetic characters to lowercase.
输出¶
- 字符串
The converted string.