Conversor de mayúsculas
Convierte texto a todos los casos comunes a la vez: UPPER, lower, Title, Sentence, camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE y tOGGLE.
Entrada
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
El texto se queda en tu dispositivo. El conteo y la conversión corren localmente en tu navegador. Nada se sube.