| str_nth_instance_indices {filesstrings} | R Documentation |
str_nth_instance_indices(string, pattern, n) str_first_instance_indices(string, pattern) str_last_instance_indices(string, pattern)
string |
A character vector. These functions are vectorized over this argument. |
pattern |
A character vector. Pattern(s) specified like the pattern(s)
in the stringr package (e.g. look at |
n |
Then n for the nth instance of the pattern. |