Vous cherchez à passer du Pascal case au Snake case ? Collez votre texte dans l’outil : le résultat se met à jour en direct. Exemple : « Hello World Example » devient « hello_world_example ».
Words are lowercase and separated by underscores (_).
Popular in Python, Ruby, and SQL column names. Teams often land here from Pascal case searches when they already have a draft string and want reliable Snake case output.
Exemple avant publication :
Résultat : hello_world_example — prêt à copier.
PascalCase names such as UserProfileId.
Helpful reference when your source string already looks like Pascal case.
Produces snake_case tokens that fit Python and SQL conventions.
This page outputs Snake case so you can paste into docs, UI, or repositories.
Table from model `OrderLine`?
Use spaced words `Order Line` → `order_line`, or replace capitals with spaces then snake.
Ruby file from Camel class?
Rubocop likes snake files; manual spacing from Pascal is the reliable approach.
Automatic `OrderLine` → `order_line`?
Not without separators—capitals alone won't insert underscores.
Warehouse column naming?
Analytics schemas often snake; paste spaced English derived from Pascal types.
Gardez cette page Pascal case → Snake case pour obtenir du Snake 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