invert_case
Inverts the case of each character in a text, converting uppercase to lowercase and lowercase to uppercase.
Instructions
Invert the case of each character (upper->lower, lower->upper).
Parameters:
text — Text to invert case of.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |