Converts a string to snake_case format.
The string to convert.
The snake_cased string.
snakeCase('Hello World'); // 'hello_world' Copy
snakeCase('Hello World'); // 'hello_world'
Converts a string to snake_case format.