Module casing

Source
Expand description

String-case conversion helpers (CamelCasesnake_case).

Functions§

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