Convert a string to lowercase
Description
Transform to lowercase variant.
Usage
<Expr>$str$to_lowercase()
Value
Expr of String lowercase chars
Examples
#> polars Series: shape: (5,)
#> Series: '' [str]
#> [
#> "a"
#> "b"
#> "c"
#> "1"
#> null
#> ]