snake_case Converter

Convert spaced, hyphenated, or camelCase text into snake_case — the naming convention using lowercase words joined by underscores, common in Python, Ruby, and database column naming.

Inputs
Results
snake_case
hello_world_example

Try an example