R/duckdb-funs.R
regexp_escape.Rd
Escapes special patterns to turn string into a regular expression similarly to Python's re.escape function.
VARCHAR
if (FALSE) { # \dontrun{ regexp_escape('https://duckdb.org') } # }