pub fn uppercase<T>(s: T) -> Result<String, Error> where T: Display,
Alias for the upper() filter
upper()