General case conversion

Workhorse function for general case conversion

to_any_case()

General case conversion

Specific case converter shortcuts

Wrappers around to_any_case() with fixed case argument.

to_snake_case() to_lower_camel_case() to_upper_camel_case() to_screaming_snake_case() to_parsed_case() to_mixed_case() to_lower_upper_case() to_upper_lower_case() to_swap_case() to_sentence_case() to_random_case() to_title_case()

Specific case converter shortcuts