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. After splitting, use the Case Converter to convert the words into any other naming convention.
camelCase
Input
getUserEmailAddress
Output
get User Email Address
Convert text to UPPERCASE, lowercase, Title Case, or Sentence case.
Search for text or regex patterns and replace them in bulk.
Convert any title or phrase into a clean URL slug.
Convert text to correct Title Case following standard style rules.
Eliminate duplicate lines from any block of text instantly.
Check whether a word, phrase, or sentence is a palindrome.