mirror of
https://github.com/nushell/nushell.git
synced 2025-05-31 23:25:16 +00:00
# Description Allows `polars str-lengths` to be used as an expression: <img width="826" alt="Screenshot 2024-09-04 at 13 57 45" src="https://github.com/user-attachments/assets/b74139e0-e8ba-4910-84c2-cf4be4a084b6"> # User-Facing Changes - `polars str-lengths` can be used as an expression. - char length is now the default. Use the --bytes flag to get bytes length.