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