function toParamRegExpimport { toParamRegExp } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/headers.ts?s=toParamRegExp";toParamRegExp(attributePattern: string, flags?: string): RegExpWith a provided attribute pattern, return a RegExp which will match and capture in the first group the value of the attribute from a header value. ParametersattributePattern: string[src]optionalflags: string[src]ReturnsRegExp[src]