Skip to main content

Module casing

Module casing 

Source
Expand description

String-case converters (CamelCase to snake_case).

Functionsยง

py_convert_to_snake_case
Convert the given string from any common case (PascalCase, camelCase, kebab-case, etc.) to lower snake_case.