str.replace.list: Performs sequentially all replacements of pattern and replace...

View source: R/stringtools.R

str.replace.listR Documentation

Performs sequentially all replacements of pattern and replace on the same strings str

Description

A very slow implementation

Usage

## S3 method for class 'replace.list'
str(str, pattern, replacement, ...)

Examples

## Not run: 
  str.replace.list("na dies ist doch",c("a","e"),c("A","E"))

## End(Not run)

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