Works with
•JSR Score70%•It is unknown whether this package works with Browsers, Deno, Node.js, Cloudflare Workers, Bun




Published2 years ago (0.215.0)
- @std/regexp
all symbols
default
Functions for tasks related to regular expression (regexp), such as escaping text for interpolation into a regexp.
Functions
f
escape(str: string): string
Escapes arbitrary text for interpolation into a regexp, such that it will match exactly that text and nothing else.