cpp_mpfmatch: Multiple Pattern Fixed Matching

View source: R/RcppExports.R

cpp_mpfmatchR Documentation

Multiple Pattern Fixed Matching

Description

String matching with multiple pattern.

Arguments

x, pattern

Nullable Rcpp CharacterVector.

Details

equivalent of as.logical(sum(unlist(lapply(pattern, grepl, x = x, fixed = TRUE)))).

Value

a bool


IFC documentation built on Sept. 14, 2023, 1:08 a.m.