Case converter

Conversion happens in your browser. util.work does not see your text.

Input

camelCase

utilWorkCaseConverter

PascalCase

UtilWorkCaseConverter

snake_case

util_work_case_converter

CONSTANT_CASE

UTIL_WORK_CASE_CONVERTER

kebab-case

util-work-case-converter

Train-Case

Util-Work-Case-Converter

Title Case

Util Work Case Converter

Sentence case

Util work case converter

lower case

util work case converter

UPPER CASE

UTIL WORK CASE CONVERTER

What this case tool does

This page tokenizes your input into words and renders all common casing variants at once. Useful when renaming variables, columns, or files across languages and styles.

How tokenization works

The tool splits the input on case boundaries (lower-to-upper) and on any non-alphanumeric character. Each token is then lowercased and recombined according to the target case style.