nth_number_after_mth: Find the 'n'th number after the 'm'th occurrence of a...

View source: R/str-num-after.R

nth_number_after_mthR Documentation

Find the nth number after the mth occurrence of a pattern.

Description

Copy of strex::str_nth_number_after_mth().

Usage

nth_number_after_mth(...)

str_nth_number_after_mth(...)

nth_number_after_first(...)

nth_number_after_last(...)

first_number_after_mth(...)

last_number_after_mth(...)

first_number_after_first(...)

first_number_after_last(...)

last_number_after_first(...)

last_number_after_last(...)

str_nth_number_after_first(...)

str_nth_number_after_last(...)

str_first_number_after_mth(...)

str_last_number_after_mth(...)

str_first_number_after_first(...)

str_first_number_after_last(...)

str_last_number_after_first(...)

str_last_number_after_last(...)

Arguments

...

Pass-through to strex function.


rorynolan/filesstrings documentation built on Feb. 5, 2024, 6:01 p.m.