Get Lifetime Access

Text Case Analyzer

Analyze text case patterns and get formatting suggestions

ℹ️ Common Case Types

  • Sentence case: First word capitalized. Used in most writing.
  • Title Case: Major Words Capitalized. Used for headings.
  • camelCase: firstWordLowerThenUpper. Common in programming.
  • PascalCase: FirstWordUpperThenUpper. Used for class names.
  • snake_case: words_separated_by_underscores. Used in Python.
  • kebab-case: words-separated-by-hyphens. Used in URLs.