str_delete_before: Delete characters in a string which occur before a specified...

View source: R/ints.R

str_delete_beforeR Documentation

Delete characters in a string which occur before a specified pattern

Description

Vectorised over 'string' and 'pattern'. from PaulESantos/pesa.

Usage

str_delete_before(string, pattern, pos = 1)

Arguments

string

The string from which to extract.

pattern

Pattern to look for. The default interpretation is a regular expression.

pos

Position of the character used as a marker.

Value

The part of the string after the pattern.


PaulESantos/rmblflux documentation built on Nov. 8, 2023, 11:52 p.m.