Convert a string to uppercase
Description
Transform to uppercase variant.
Usage
<Expr>$str$to_uppercase()
Value
A polars expression
Examples
#> shape: (5,)
#> Series: 'literal' [str]
#> [
#> "A"
#> "B"
#> "C"
#> "1"
#> null
#> ]
Transform to uppercase variant.
<Expr>$str$to_uppercase()
A polars expression
#> shape: (5,)
#> Series: 'literal' [str]
#> [
#> "A"
#> "B"
#> "C"
#> "1"
#> null
#> ]