str_locate_nth {filesstrings} | R Documentation |
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 |
[Package filesstrings version 3.4.0 Index]