Text Case Converter
Convert text case (upper, lower, title, camel, etc.)
Case Types Examples
Case Type | Example | Common Usage |
---|---|---|
lowercase | the quick brown fox | General text, documentation |
UPPERCASE | THE QUICK BROWN FOX | Emphasis, headings, constants |
Title Case | The Quick Brown Fox | Titles, headings, names |
camelCase | theQuickBrownFox | JavaScript variables, functions |
PascalCase | TheQuickBrownFox | Classes, React components |
snake_case | the_quick_brown_fox | Python variables, SQL |
kebab-case | the-quick-brown-fox | URLs, CSS classes, HTML attributes |
You might also like
Age Calculator
Calculate exact age and see equivalent animal ages
Base64 Encoder/Decoder
Convert plain text to Base64 or decode Base64 back to text
Number System Converter
Convert between decimal, binary, octal, and hexadecimal
Blood Sugar Converter
Convert between mg/dL and mmol/L
BMI Calculator
Calculate Body Mass Index from height and weight
BMR Calculator
Calculate Basal Metabolic Rate and daily calorie needs