substitute.char: Replace a character in a string with a new character

Description Usage Arguments Value Author(s)

View source: R/clanToolsFunctions.R

Description

Replace a single character.

Usage

1
substitute.char("abxdefg","x","c")

Arguments

st

is the string

find.char

is the character to be replaced

new.char

is the new character

Value

The string with the replaced character

Author(s)

Claus E. Andersen


claus-e-andersen/clanTools documentation built on Oct. 23, 2020, 7:59 a.m.