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
Add possibility to use Perl-like regular expressions in
matches()I'm asking to add argument
perlonly and not...as in #58