Case & text
- UPPERCASEConvert all letters to capital letters.
- lowercaseConvert all letters to small letters.
- Sentence caseCapitalize the first letter of each sentence.
- Title CaseCapitalize the first letter of every word.
- Capitalized CaseCapitalize the first letter of every word; others lowercase.
- aLtErNaTiNg cAsEAlternate lowercase and UPPERCASE per character.
- iNVERSE cASESwap the case of every letter.
- ReverseReverse the order of all characters.
- Clean whitespaceCollapse whitespace and remove empty lines.
- Dedupe linesRemove duplicate lines.
- Sort linesAlphabetically sort lines.
- Strip MarkdownRemove Markdown syntax and return plain text.