Text Case Converter
What is Text Case Converter
A text case converter transforms any text into different letter case formats. It's useful for developers formatting variable names, writers standardizing titles, and anyone who needs to quickly reformat text without retyping it.
How to use
- Type or paste your text into the input field.
- All 7 case formats appear instantly below.
- Click Copy next to any format to copy just that result.
When to use it
Need a clean URL from a blog title like "Getting Started with TypeScript"? Pick the slug-case option and you get "getting-started-with-typescript" instantly, ready to paste straight into your code or CMS.
Frequently asked questions
What is slug-case?
Slug-case converts text to all lowercase with spaces replaced by hyphens and special characters removed. It's commonly used in URLs.
What is Title Case?
Title Case capitalizes the first letter of each major word. Minor words like "a", "the", "of" may remain lowercase in strict title case.
What is snake_case?
snake_case converts text to all lowercase with spaces replaced by underscores. It's commonly used for variable names in Python and databases.
Can I share this tool with my inputs pre-filled?
Yes. The URL updates automatically as you type. Copy it from the address bar or use the Share button — anyone who opens the link will see your exact inputs ready to go.
Related tools
Atbash Cipher Encoder and Decoder
Encode and decode the Atbash cipher online. Atbash mirrors the alphabet and is its own inverse, so one click scrambles and unscrambles. Free and private.
Convert Binary to Text
Decode binary code back to readable text instantly. Tolerant of missing zeros and unspaced bit streams. Free online binary to text converter.
Caesar Cipher Decoder
Decode Caesar cipher text online. Set the shift or try all 25 at once to crack an unknown key. Free, instant, and private in your browser.