Data / Strings
data/string_case
String Case
Converts a string to uppercase, lowercase, or title case.
Inputs
| Name | Type | Optional | Description |
|---|---|---|---|
text |
string | The string to convert. |
Outputs
| Name | Type | Description |
|---|---|---|
result |
string | The converted string. |
Properties
| Key | Type | Default | Description |
|---|---|---|---|
mode |
select | "UPPER" |
Mode |