Splits programming identifiers (camelCase, PascalCase, snake_case, kebab-case) into their component words. Useful for converting variable names into readable text, generating documentation, renaming identifiers, or simply understanding unfamiliar code. Supports all four major naming conventions.
Paste identifiers and get their words separated — process entire files of names at once.
Convert text to UPPERCASE, lowercase, Title Case, or Sentence case.
Eliminate duplicate lines from any block of text instantly.
Search for text or regex patterns and replace them in bulk.
Check whether a word, phrase, or sentence is a palindrome.
Randomly shuffle the capitalisation of every character in your text.
Reverse a string character-by-character or line-by-line.