Skip to main content

Module conversions

Module conversions 

Source
Expand description

String case conversions (snake_case, Title Case).

Functionsยง

title_case
Title-cases s by capitalizing the first letter of each alphabetic run.
to_snake_case
Converts a string from any common case to snake_case.