Closed dmi3kno closed 5 years ago
I suggest we add vectorized testing function to save ourselves some typing and allow piping into it
rx_test <- function(x, txt){ regmatches(txt, gregexpr(x, txt, perl = TRUE)) }
Sounds good, done.
I suggest we add vectorized testing function to save ourselves some typing and allow piping into it