Sections
Links
Convert a given string to snake_case.
string (str) – The input string to be converted.
str
The converted snake_case string.