Learn R Programming

filesstrings (version 3.4.0)

str_locate_nth: Get the indices of the \(n\)th instance of a pattern.

Description

Copy of strex::str_locate_nth().

Usage

str_locate_nth(...)

locate_nth(...)

str_locate_first(...)

locate_first(...)

str_locate_last(...)

locate_last(...)

Arguments

...

Pass-through to strex function.