cpp_mpfmatch | R Documentation |
String matching with multiple pattern.
x , pattern |
Nullable Rcpp CharacterVector. |
equivalent of as.logical(sum(unlist(lapply(pattern, grepl, x = x, fixed = TRUE)))).
a bool
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.