Convertisseur de casse
Convertis du texte dans toutes les casses courantes en une fois : UPPER, lower, Title, Sentence, camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE et tOGGLE.
Entrée
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
Le texte reste sur ton appareil. Le comptage et la conversion tournent en local dans ton navigateur. Rien n'est uploadé.