is_upper

Function is_upper 

Source
pub fn is_upper(name: &str) -> bool
Expand description

Checks if a string is all uppercase.

{{ 'FOO' is upper }} -> true