Case Converter
Type or paste text to instantly see it converted to every common case style — UPPERCASE, camelCase, snake_case, and more.
Frequently Asked Questions
What's camelCase used for?
camelCase is the standard variable/function naming convention in JavaScript, Java, and many other languages — e.g. myVariableName.
What's the difference between snake_case and kebab-case?
snake_case uses underscores (common in Python and databases), while kebab-case uses hyphens (common in URLs and CSS class names). Both lowercase all words.
Is my text sent anywhere?
No — every conversion runs entirely in your browser using plain JavaScript string methods.
Explore CodeSpeedTest