text_case

Changes the capitalisation of the text.

Categories: chat

Required arguments

Key(s)DescriptionType
caseThe capitalisation to apply to the text.
Choices: upper, lower, title
STRING

Example

mutators:
  - id: text_case
    args:
      case: upper|lower|title