str_locate_nth {filesstrings}R Documentation

Get the indices of the nth 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.


[Package filesstrings version 3.4.0 Index]