Skip to contents

Escapes special patterns to turn string into a regular expression similarly to Python's re.escape function.

Arguments

string

VARCHAR

Examples

if (FALSE) { # \dontrun{
regexp_escape('https://duckdb.org')
} # }