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


gitdemont/IFC documentation built on June 11, 2025, 9:23 p.m.