Convert text to snake_case (words joined by underscores). The standard naming convention in Python, Ruby, and database columns.
Example
Hello World → hello_world
foo_bar_baz → foo_bar_baz
The Quick Brown Fox → the_quick_brown_fox
Convert text to snake_case (words joined by underscores). The standard naming convention in Python, Ruby, and database columns.
Hello World → hello_world
foo_bar_baz → foo_bar_baz
The Quick Brown Fox → the_quick_brown_fox