Module screamingsnakecase

Source
Expand description

Provides conversion to and detection of screaming snake case strings.

Example string SCREAMING_SNAKE_CASE

Functionsยง

is_screaming_snake_case
Determines of a &str is SCREAMING_SNAKE_CASE
to_screaming_snake_case
Converts a &str to SCREAMING_SNAKE_CASE String