R/duckdb-funs.R
trim.Rd
Removes any occurrences of any of the characters from either side of the string. characters defaults to space.
characters
string
space
VARCHAR
trim(string = VARCHAR)
trim(string = VARCHAR, characters = VARCHAR)
trim(' test ') trim('>>>>test<<', '><')