Function deltalake::datafusion::logical_expr::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