swap_case
Swap the case of each letter in a string, converting uppercase to lowercase and lowercase to uppercase.
Instructions
Swap upper and lower case characters in text.
Parameters:
text — Text to swap case of.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |