relivo

Text Case Converter

Convert between sentence case, title case, camelCase, snake_case, kebab-case and more.

Runs in your browser — nothing is uploaded

Which case goes where

  • camelCase — JavaScript variables and object keys.
  • PascalCase — class and component names.
  • snake_case — database columns, Python, JSON from many APIs.
  • kebab-case — URLs, CSS classes, file names.
  • CONSTANT_CASE — environment variables and fixed values.
  • Title Case — headings and page titles.

Acronyms are handled

Naive converters turn parseHTTPResponse into parse_h_t_t_p_response. This one keeps runs of capitals together and only splits where a new word genuinely starts, so you get parse_http_response.

Title case is not just capitalising everything

English convention keeps short joining words lowercase unless they open or close the title: "The Rise of the Small Business Website", not "The Rise Of The Small Business Website". That rule is applied here. It is a convention rather than a law, so check it against your own style guide.

Need the whole website, not just the snippet?

Describe it in a sentence and relivo builds it — free until you put it online.

See how