Skip to content

Feature request: add argument perl in matches #71

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

Closed
GegznaV opened this issue Aug 17, 2018 · 0 comments · Fixed by #98
Closed

Feature request: add argument perl in matches #71

GegznaV opened this issue Aug 17, 2018 · 0 comments · Fixed by #98
Labels
tidy-dev-day 🤓 Tidyverse Developer Day rstd.io/tidy-dev-day

Comments

@GegznaV
Copy link

GegznaV commented Aug 17, 2018

Add possibility to use Perl-like regular expressions in matches()

iris$S <- 10
dplyr::select(iris[1,], tidyselect::matches("^s(?!e)"))
#> Error in grep(needle, haystack, ...): invalid regular expression '^s(?!e)', reason 'Invalid regexp'

I'm asking to add argument perl only and not ... as in #58

@lionel- lionel- added the tidy-dev-day 🤓 Tidyverse Developer Day rstd.io/tidy-dev-day label Jul 2, 2019
fmichonneau added a commit to fmichonneau/tidyselect that referenced this issue Jul 8, 2019
@hadley hadley closed this as completed in #98 Jul 8, 2019
hadley pushed a commit that referenced this issue Jul 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tidy-dev-day 🤓 Tidyverse Developer Day rstd.io/tidy-dev-day
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants