polars.Expr.str.n_chars#

Expr.str.n_chars() Expr[source]#

Return the length of each string as the number of characters.

Deprecated since version 0.19.8: This method has been renamed to len_chars().