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

Alias for the lower() filter