Logo

Text Case Converter

Convert your text into different case formats for programming and development.

Text Case Converter

Supported Case Formats

  • 🐫 camelCase: lowercase start with uppercase inner words
    myVariableName
  • 🐍 snake_case: all lowercase, words joined by underscores
    my_variable_name
  • kebab-case: lowercase with dashes, used in URLs and CSS
    my-variable-name
  • 📦 PascalCase: each word starts with a capital letter
    MyVariableName
  • 🧱 UPPER_SNAKE_CASE: all caps with underscores. Used for constants
    MY_VARIABLE_NAME
  • 🔡 lowercase: all letters are lowercase
    myvariablename
  • 🔠 UPPERCASE: all letters are uppercase
    MYVARIABLENAME
  • 📝 Capitalize: first letter of each word capitalized
    My Variable Name
  • 📚 Title Case: like capitalize, for titles
    This Is A Title
  • 📰 Sentence case: first letter uppercase, rest lowercase
    This is a sentence.
  • 🔁 Inverse Case: swaps upper and lower case
    hELLO wORLD
  • 🎲 aLtErNaTiNg cAsE: alternates letter case
    aLteRnAtiNg cAsE

This tool helps developers, content creators, and designers quickly reformat text for different code styles, documentation, and UI displays.

💬 Share Your Feedback

Have an idea or found a bug? We'd love to hear from you.