PureData CEAMMC library web documentation
aliases: [str.replace]
available since version: 0.3
FROM
substring for replace
type: symbol
TO
substring to replace
type: symbol
@from
Get/set replace from
type: symbol
@to
Get/set replace to
type: symbol
@mode
Get/set replace mode
type: symbol
enum: all, first, last
default: all
@all
Get/set alias to @mode all - replace all occurences in input string
type: alias
@first
Get/set alias to @mode first - replace first occurence in input string
type: alias
@last
Get/set alias to @mode last - replace last occurence in input string
type: alias
See also: [str.remove]
Authors: Serge Poltavsky
License: GPL3 or later