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(string = character(0)) returns a list #11

Closed
rossellhayes opened this issue Feb 28, 2023 · 0 comments · Fixed by #12
Closed

str_replace(string = character(0)) returns a list #11

rossellhayes opened this issue Feb 28, 2023 · 0 comments · Fixed by #12
Assignees
Labels
bug Something isn't working

Comments

@rossellhayes
Copy link
Owner

library(stringstatic)
str_replace(character(0), "", "")
#> list()

Created on 2023-02-27 with reprex v2.0.2

library(stringstatic)
str_replace_all(character(0), "", "")
#> list()

Created on 2023-02-27 with reprex v2.0.2

@rossellhayes rossellhayes added the bug Something isn't working label Feb 28, 2023
@rossellhayes rossellhayes self-assigned this Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant