Convertitore di maiuscole/minuscole
Converti il testo in tutte le casing comuni in una volta: UPPER, lower, Title, Sentence, camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE e tOGGLE.
Input
UPPER CASE
HELLO WORLD — CONVERT THIS_STRING
lower case
hello world — convert this_string
Title Case
Hello World Convert This String
Sentence case
Hello World — convert THIS_string
camelCase
helloWorldConvertThisString
PascalCase
HelloWorldConvertThisString
snake_case
hello_world_convert_this_string
kebab-case
hello-world-convert-this-string
CONSTANT_CASE
HELLO_WORLD_CONVERT_THIS_STRING
tOGGLE cASE
hELLO wORLD — CONVERT this_STRING
Il testo resta sul tuo dispositivo. Il conteggio e la conversione girano localmente nel tuo browser. Niente viene caricato.