case
snake_case
Convert text to snake_case
About the snake_case tool
snake_case joins words with underscores and makes every letter lowercase. It's the naming convention of choice in Python, Ruby, SQL column names, and file names in many Unix-based systems. It's also great for environment variable names.
Input
0 words·0 characters·0 lines·0 min read
Output
0 words·0 characters·0 lines
How to use
- 1Paste a phrase or variable description.
- 2Get the snake_case version instantly.
- 3Copy it into your Python, SQL, or config file.