cpp_seqmatch: Sequence of Strings Matching

View source: R/RcppExports.R

cpp_seqmatchR Documentation

Sequence of Strings Matching

Description

Match a sequence of strings in another string

Arguments

x, y

StringVector to match

Details

smallest sequence will be searched into the largest one.

Value

the index (starting at 1) when a match has been found. Otherwise 0.


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