UtilitiesΒΆ

text.capitalize

Capitalize the given string.

text.pascal_case

Convert the given string to pascal case.

text.camel_case

Convert the given string to camel case.

text.mixed_case

Convert the given string to mixed case.

text.mixed_pascal_case

Convert the given string to mixed pascal case.

text.mixed_snake_case

Convert the given string to mixed snake case.

text.snake_case

Convert the given string to snake case.

text.kebab_case

Convert the given string to kebab case.