Skip to content
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

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

reidgilman
Copy link

…strings

Issues

Details

  • added a strip() function remove leading & trailing whitepspace from strings

Copy link
Author

@reidgilman reidgilman left a 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.

@rw-access
Copy link
Contributor

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.

@reidgilman
Copy link
Author

Documentation updated in 77dd49a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants