News

Add a right parameter to split_n, which is False by default. If right=True, split from the right instead of the left, like Python's str.rsplit method. Add str.split_nth, which returns a pl.String ...