import * as coreFn from "https://deno.land/x/core_fn@v1.0.0-beta.16/uncurry/regexp/mod.ts"; VariablesvexecExecutes a search on a string using a regular expression pattern, and returns an array containing the results of that search. vtestwhether a given string matches a given regular expression.