Module case

Source
Expand description

Contains utilities used to convert strings between different cases.

Functions§

pascal_or_camel_case
Convert to pascal or camel case, assuming snake or kebab case.
snake_or_kebab_case
Convert to snake or kebab case, assuming camel or Pascal case.