pub fn uppercase<T>(s: T) -> Result<String, Error> where
    T: Display
Expand description

Alias for the upper() filter