Convert text between UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case, kebab-case and more. Instant results.
ExperToolBox's case converter transforms your text between nine different capitalisation formats instantly. Simply type or paste your text, click the format you want, and the converted result appears immediately. Copy it with one click.
Whether you need to convert a block of all-caps text to normal, format variable names for programming, or create consistent headings for a document, this tool handles it all without any installation or registration.
UPPERCASE converts every letter to capital — useful for headings, acronyms, shouting on the internet, and legal document sections. lowercase converts every letter to small — useful for normalising data, creating usernames and email addresses.
Title Case capitalises the first letter of every word — standard for English book titles, movie names, and headings. Sentence case capitalises only the first letter of the entire text — standard for normal prose and most UI text.
camelCase removes spaces and capitalises each word after the first — the standard naming convention in JavaScript, Java and many other programming languages. PascalCase (also called UpperCamelCase) is similar but capitalises the first word too — used for class names in most object-oriented languages.
snake_case replaces spaces with underscores and lowercases everything — widely used in Python, Ruby, and SQL. kebab-case uses hyphens instead of underscores — common in CSS, HTML attributes and URL slugs. iNVERT cASE swaps the capitalisation of every letter — a fun format popular in internet culture.