Call Us:
+880 1683456914Mail Us:
mahfuz1.rahman1.mm@gmail.comService Hours
11:00 AM - 10:00 PMConvert text between uppercase, lowercase, title case, sentence case, camelCase, and snake_case instantly. Perfect for writers, programmers, and content creators.
This tool is perfect for formatting text for different purposes - from making text all caps for emphasis, to converting variable names between programming conventions.
Get your converted text immediately with no waiting.
Includes camelCase, snake_case, and kebab-case for developers.
Perfect for headlines, titles, and proper formatting.
Copy converted text to clipboard instantly.
Use output as input for multiple conversions.
Works perfectly on all devices and screen sizes.
All letters are converted to capital letters. Used for emphasis, headers, acronyms, and making text stand out.
Example: "hello world" → "HELLO WORLD"
Common Uses: Headlines, warning messages, emphasis, military time, acronyms
All letters are converted to lowercase. Used for casual writing, coding conventions, and uniformity.
Example: "Hello World" → "hello world"
Common Uses: URLs, email addresses, hashtags, casual communication
The first letter of each major word is capitalized. Articles, conjunctions, and short prepositions are typically lowercase unless they're the first or last word.
Example: "the quick brown fox" → "The Quick Brown Fox"
Common Uses: Book titles, article headlines, movie titles, document headers
Only the first letter of the first word is capitalized, just like in normal sentences. Proper nouns should remain capitalized.
Example: "The Quick Brown Fox" → "The quick brown fox"
Common Uses: Body text, paragraphs, email content, regular writing
Words are joined together without spaces, with each word after the first starting with a capital letter. The name comes from the "humps" created by capital letters.
Example: "hello world" → "helloWorld"
Common Uses: JavaScript variables, Java methods, C# properties, JSON keys
Programming Languages: Java, JavaScript, C#, Swift
Words are written in lowercase and separated by underscores. Also known as "underscore case."
Example: "hello world" → "hello_world"
Common Uses: Python variables, Ruby methods, PHP constants, database table names
Programming Languages: Python, Ruby, Rust, PHP
Words are written in lowercase and separated by hyphens. Also called "dash case" or "hyphen case."
Example: "hello world" → "hello-world"
Common Uses: CSS class names, HTML attributes, URLs, file names
Web Development: CSS classes, URL slugs, HTML data attributes
All uppercase letters with underscores between words. Used for constants in many programming languages.
Example: "hello world" → "HELLO_WORLD"
Common Uses: Constants, environment variables, configuration keys