Vous cherchez à passer du Camel case au Pascal 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; each word starts with a capital letter.
Typical for React components, C# types, and class names. Teams often land here from Camel case searches when they already have a draft string and want reliable Pascal case output.
Exemple avant publication :
Résultat : HelloWorldExample — prêt à copier.
camelCase identifiers such as userProfileId.
Helpful reference when your source string already looks like Camel case.
Produces PascalCase tokens for components and type names.
This page outputs Pascal case so you can paste into docs, UI, or repositories.
`userProfile` to `UserProfile`?
Space-separated words work (`user Profile` → `UserProfile`). Continuous camel needs a manual space at the capital.
React component from hook name?
Hooks stay camel (`useAuth`); components Pascal—add space before capitals, convert, trim.
TypeScript interface naming?
Interfaces use PascalCase; paste spaced words from the camel identifier.
First letter change only?
Pascal capitalizes each word segment after splits—not just the first letter of the whole string.
Gardez cette page Camel case → Pascal case pour obtenir du Pascal 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