polars icon indicating copy to clipboard operation
polars copied to clipboard

Modify str.strip to pass several characters

Open maiiabocharova opened this issue 1 year ago • 0 comments

Problem description

Right now str.strip() takes only one character as argument. It would be very nice if there were a possibility to (like in Python) pass several characters to strip like strip(".,;")

maiiabocharova avatar Dec 21 '22 13:12 maiiabocharova