daft.functions.to_title_case#
to_title_case #
to_title_case(expr: Expression) -> Expression
Convert a string to title case.
Returns:
| Name | Type | Description |
|---|---|---|
Expression | Expression | a String expression converted to title case |
Source code in daft/functions/str.py
699 700 701 702 703 704 705 | |