[][src]Module inflector::cases::screamingsnakecase

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