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 Feb. 20, 2025, 12:55 a.m.