str_to_snake_case("string of words")
str_to_snake_case("StringOfWords")
str_to_snake_case("s!t$ring of %char^&act*ers")
str_to_snake_case(c("multiples of strings", "strings in multiple", "many strings"))
Run the code above in your browser using DataLab