Skip to content

Feature request: add argument perl in matches #71

Description

@GegznaV

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    tidy-dev-day 🤓Tidyverse Developer Day rstd.io/tidy-dev-day

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions