Set String Case Node¶
The Set String Case node converts the characters in a string to uppercase or lowercase.
入力¶
- String(文字列)
The string to convert.
- Case(大文字小文字)
The letter case to apply.
- Uppercase:
Convert all alphabetic characters to uppercase.
- Lowercase:
Convert all alphabetic characters to lowercase.
出力¶
- String(文字列)
The converted string.