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

[strip]-change strip usage with regex #216

Open
mononobi opened this issue Oct 6, 2021 · 0 comments
Open

[strip]-change strip usage with regex #216

mononobi opened this issue Oct 6, 2021 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@mononobi
Copy link
Owner

mononobi commented Oct 6, 2021

change str.strip, str.rstrip and str.lstrip usages with equivalent regex where these methods have been called with input chars.
because this method is not what we wanted and strips all specified chars in the string until it reaches an unavailable char.

@mononobi mononobi added bug Something isn't working enhancement New feature or request labels Oct 6, 2021
@mononobi mononobi self-assigned this Oct 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant