pub fn is_upper(name: &str) -> bool
Checks if a string is all uppercase.
{{ 'FOO' is upper }} -> true