Convert a string to titlecase
Description
Transform to titlecase variant.
Usage
<Expr>$str$to_titlecase()
Details
This method is only available with the "nightly" feature. See
polars_info()
for more details.
Value
Expr of String titlecase chars
Examples
#> polars Series: shape: (3,)
#> Series: '' [str]
#> [
#> "Hello There"
#> "Hi, There"
#> null
#> ]