str.right.of: Returns the substring right to the first occurence of pattern

View source: R/stringtools.R

str.right.ofR Documentation

Returns the substring right to the first occurence of pattern

Description

Returns the substring right to the first occurence of pattern

Usage

## S3 method for class 'right.of'
str(str, pattern, ..., not.found = str)

skranz/stringtools documentation built on May 11, 2022, 4:48 a.m.