Function askama_shared::filters::capitalize[][src]

pub fn capitalize(s: &Display) -> Result<String>

Capitalize a value. The first character will be uppercase, all others lowercase.