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')
Other regex: regexp_extract(), regexp_extract_all(), regexp_full_match(), regexp_matches(), regexp_replace(), string_split_regex()
regexp_extract()
regexp_extract_all()
regexp_full_match()
regexp_matches()
regexp_replace()
string_split_regex()