| str_after_nth {filesstrings} | R Documentation |
nth occurrence of pattern.str_after_nth(string, pattern, n) after_nth(string, pattern, n) str_after_first(string, pattern) after_first(string, pattern) str_after_last(string, pattern) after_last(string, pattern)
string |
A character vector. |
pattern |
The pattern to look for. The default interpretation is a regular expression, as described in stringi::stringi-search-regex. To match a without regular expression (i.e. as a human would), use
coll(). For details see |
n |
A vector of integerish values. Must be either length 1 or
have length equal to the length of |