Convert a string to lowercase
Description
Transform to lowercase variant.
Usage
<Expr>$str$to_lowercase()
Value
A polars expression
Examples
#> shape: (5, 1)
#> ┌─────────┐
#> │ literal │
#> │ --- │
#> │ str │
#> ╞═════════╡
#> │ a │
#> │ b │
#> │ c │
#> │ 1 │
#> │ null │
#> └─────────┘