Method: Polars::Expr#str

Defined in:
lib/polars/expr.rb

#strStringExpr

Create an object namespace of all string related methods.

Returns:

[View source]

7282
7283
7284
# File 'lib/polars/expr.rb', line 7282

def str
  StringExpr.new(self)
end