import * as mod from "https://deno.land/std@0.219.1/regexp/escape.ts"; FunctionsfescapeEscapes arbitrary text for interpolation into a regexp, such that it will match exactly that text and nothing else.