Vous cherchez à passer du Majuscules au Camel case ? Collez votre texte dans l’outil : le résultat se met à jour en direct. Exemple : « hello world example » devient « helloWorldExample ».
Words are joined without spaces; the first word is lowercase and later words start with a capital letter.
Standard for JavaScript variables, JSON fields, and many API property names. Teams often land here from Majuscules searches when they already have a draft string and want reliable Camel case output.
Exemple avant publication :
Résultat : helloWorldExample — prêt à copier.
All-capital letters—useful when comparing against shouting copy.
Helpful reference when your source string already looks like Majuscules.
Produces compact camelCase tokens for variables and properties.
This page outputs Camel case so you can paste into docs, UI, or repositories.
From `USER PROFILE ID` to a JavaScript field?
With spaces: `USER PROFILE ID` → `userProfileId`. Without spaces you get a single lowercased token.
ENV_VAR style input?
Underscores are word breaks, so `USER_PROFILE` → `userProfile`.
Why not use this for SCREAMING_SNAKE constants?
This output is camelCase, not snake. For constants, use the snake_case converter page instead.
GraphQL field from uppercase spec?
Specs often ship in caps; paste, camelCase, then align with your schema naming linter.
Gardez cette page Majuscules → Camel case pour obtenir du Camel case lisible sans retaper à la main.
Besoin d'autres pages de conversion ?
Voir toutes les pages de conversion Convertir les Formats de Texte en Ligne