case

snake_case

Convert text to snake_case

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 chars·0 words
Output
0 chars·0 words

How to use

  1. 1Paste a phrase or variable description.
  2. 2Get the snake_case version instantly.
  3. 3Copy it into your Python, SQL, or config file.