Vous cherchez à passer du Majuscules au Minuscules ? Collez votre texte dans l’outil : le résultat se met à jour en direct. Exemple : « Hello World » devient « hello world ».
Every letter becomes lowercase (a–z).
Common for URLs, CSS classes, email addresses, and database keys. Teams often land here from Majuscules searches when they already have a draft string and want reliable Minuscules output.
Exemple avant publication :
Résultat : hello world — prêt à copier.
All-capital letters—useful when comparing against shouting copy.
Helpful reference when your source string already looks like Majuscules.
Produces friendly lowercase strings that read well in URLs and keys.
This page outputs Minuscules so you can paste into docs, UI, or repositories.
I left caps lock on—can this rescue a paragraph?
Yes. `HELLO WORLD` becomes `hello world` instantly—faster than retyping a long email.
Will `HTTP/2` become `http/2`?
Letters lower case; the slash and digit stay. Good for normalizing header names before comparison.
Constants like `MAX_USERS`?
Underscores remain; letters lower case → `max_users`. For camelCase constants, convert again with camel selected on another page.
Search-index normalization?
Support teams lowercase ticket subjects so `PAYMENT FAILED` and `payment failed` match in reports.
Gardez cette page Majuscules → Minuscules pour obtenir du Minuscules lisible sans retaper à la main.
Besoin d'autres pages de conversion ?
Voir toutes les pages de conversion Convertir les Formats de Texte en Ligne