To Lowercase

Converts all alphabetical characters in the text to lowercase.

  • No additional settings required.

To Uppercase

Converts all alphabetical characters in the text to uppercase.

  • No additional settings required.

Remove Punctuation

Removes any non-alphanumeric characters from the text.

  • No additional settings required.

Macro

Replaces any instances of a specified find string with a replace string.

  • find: The string to search for.
  • replace: The string to replace occurrences of the find string.