Case Converter

From ToolzPedia, the free tools encyclopedia
This is one of several utilities. For the full list of utilities, see All tools.

Case Converter is a free online utilities hosted on ToolzPedia. Convert text between UPPER CASE, lower case, Title Case, Sentence case, camelCase, snake_case and more. The tool runs entirely in the browser and requires no account or installation.

Use the tool edit

How to use Case Converter edit

Follow these steps to use the tool:

  1. Enter your text

    Type or paste any text into the input box.

  2. Choose a case

    Click any of the 12 case style buttons to convert instantly.

  3. Copy the result

    Hit Copy to grab the converted text, or Use as input to chain conversions.

Frequently asked questions edit

camelCase capitalises every word except the first, with no spaces: "hello world" becomes "helloWorld". Widely used in JavaScript variable names.
snake_case uses underscores as separators (common in Python and databases). kebab-case uses hyphens (common in URLs and CSS class names).
Yes. After converting, click "Use as input" to put the result back in the text box, then apply another case style.
Yes. The URL slug converter normalises accented characters (é→e, ü→u) using Unicode decomposition before slugifying.

Other free utilities available on ToolzPedia:

See also edit