R/duckdb-funs.R
regexp_escape.Rd
Escapes special patterns to turn string into a regular expression similarly to Python's re.escape function.
string
re.escape
regexp_escape(string = VARCHAR)
VARCHAR
regexp_escape('https://duckdb.org')