Retour aux outils
Case Converter
TexteConvert text between UPPER, lower, Title, Sentence, and more.
ttb run case-converter
Partager cet outil :
Comment utiliser Case Converter
Paste your text into the editor. Choose from conversion options: UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case, or CONSTANT_CASE. The text converts instantly. Copy the result and paste it wherever you need it.
1
Enter your parameters
Configure the inputs for the Case Converter according to your specific needs.
2
View real-time results
The utility instantly processes your request and displays the calculated outputs directly in your browser.
3
Copy or Download
Click the copy icon next to the final output to instantly grab the result, or export it if applicable.
Questions fréquentes
What is Title Case?+
Title Case capitalizes the first letter of every major word while keeping articles (a, an, the), short prepositions (in, on, at), and conjunctions (and, but, or) lowercase - unless they start or end the title.
What is the difference between camelCase and PascalCase?+
camelCase starts with a lowercase letter (myVariableName) and is used for variables and functions in JavaScript. PascalCase starts with an uppercase letter (MyClassName) and is used for classes and React components.