Function is_screaming_snake_case

Source
pub fn is_screaming_snake_case(s: &str) -> bool
Expand description

Check if a string is SCREAMING_SNAKE_CASE. Numbers don’t need to be preceded by an underscore.