Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
denoland/stdWorks with
•JSR Score100%•This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




Downloads4,538/wk
•Publisheda year ago (1.0.1)
Utilities for working with 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.
Add Package
deno add jsr:@std/regexp
Import symbol
import * as mod from "@std/regexp";
Import directly with a jsr specifier
import * as mod from "jsr:@std/regexp";