pub fn capitalize<T: Display>(s: T) -> Result<String>
Capitalize a value. The first character will be uppercase, all others lowercase.