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

str.replace should support a list of chars #263

Closed
odino opened this issue Aug 8, 2019 · 0 comments
Closed

str.replace should support a list of chars #263

odino opened this issue Aug 8, 2019 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@odino
Copy link
Collaborator

odino commented Aug 8, 2019

str.replace([a,b,c], d, -1)

@odino odino added this to the 1.7.x milestone Aug 8, 2019
@odino odino added the enhancement New feature or request label Aug 15, 2019
odino added a commit that referenced this issue Aug 16, 2019
```
"string".replace(["i", "g"], "o", -1) # "strono"
```
@odino odino closed this as completed Aug 17, 2019
odino added a commit that referenced this issue Aug 17, 2019
```
"string".replace(["i", "g"], "o", -1) # "strono"
```
odino added a commit that referenced this issue Aug 17, 2019
```
"string".replace(["i", "g"], "o", -1) # "strono"
```
odino added a commit that referenced this issue Aug 17, 2019
```
"string".replace(["i", "g"], "o", -1) # "strono"
```
odino added a commit that referenced this issue Aug 17, 2019
```
"string".replace(["i", "g"], "o", -1) # "strono"
```
odino added a commit that referenced this issue Aug 19, 2019
```
"string".replace(["i", "g"], "o", -1) # "strono"
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant