Drop-in replacement for grep #129
Closed
Comments
Why do you want indices though? I think it's usually a mistake to want them, and in general, you're better off making it explicit by using |
@gagolews there's no existing equivalent of this in stringi, right? |
Just for ease of use on the UI - many people discover |
@hadley it's on a to-do list, gagolews/stringi#90 |
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I assume there's a good reason why this seems not to have been done. However, I can't see it and think it would make it easier for people used to base regex to switch.
str_which()
could be a good option. Could put in a PR but wanted to check if this is something that would be useful.Context:
http://stackoverflow.com/questions/37996050/stringr-equivalent-to-grep/38012671?noredirect=1#comment66496080_38012671
csgillespie/efficientR@53c9643
The text was updated successfully, but these errors were encountered: