R/duckdb-funs.R
replace.Rd
Replaces any occurrences of the source with target in string.
source
target
string
replace(string = VARCHAR, source = VARCHAR, target = VARCHAR)
VARCHAR
replace('hello', 'l', '-')