datafusion_functions::string::expr_fn

Function initcap

Source
pub fn initcap(string: Expr) -> Expr
Expand description

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