-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding strip function to remove leading and trailing whitespace from … #4
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello! I broke strip() into three functions lstrip(), rstrip(), and strip() per your request. I also added tests. I also merged 0.8.0 into my branch, so, this should be a clean merge for you! Please let me know if this looks good or if there are other changes you'd like.
Awesome, thanks! Can you update the documentation as well? I have a licensing/versioning question internally, and if that all checks out, then we should be good to move forward and merge. I believe this should also be able to make it in by the 3.16 release. If not, then by 3.17. |
Documentation updated in 77dd49a |
…strings
Issues
Details