[−]Function askama::filters::capitalize
pub fn capitalize(s: &dyn Display) -> Result<String, Error>
Capitalize a value. The first character will be uppercase, all others lowercase.
pub fn capitalize(s: &dyn Display) -> Result<String, Error>
Capitalize a value. The first character will be uppercase, all others lowercase.