Function initcap

Source
pub fn initcap(string: Expr) -> Expr
Available on crate feature unicode_expressions only.
Expand description

converts the first letter of each word in string in uppercase and the remaining characters in lowercase