text_case
Changes the capitalisation of the text.
Categories: chat
Required arguments
| Key(s) | Description | Type |
|---|---|---|
case | The capitalisation to apply to the text. Choices: upper, lower, title | STRING |
Example
mutators:
- id: text_case
args:
case: upper|lower|title