Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
denoland/stdUtilities for working with RegExp
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




JSR Score
100%
Published
11 months ago (1.0.1)
f
escape
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/escape";
Import directly with a jsr specifier
import * as mod from "jsr:@std/regexp/escape";
Add Package
pnpm i jsr:@std/regexp
pnpm dlx jsr add @std/regexp
Import symbol
import * as mod from "@std/regexp/escape";
Add Package
yarn add jsr:@std/regexp
yarn dlx jsr add @std/regexp
Import symbol
import * as mod from "@std/regexp/escape";
Add Package
vlt install jsr:@std/regexp
Import symbol
import * as mod from "@std/regexp/escape";
Add Package
npx jsr add @std/regexp
Import symbol
import * as mod from "@std/regexp/escape";
Add Package
bunx jsr add @std/regexp
Import symbol
import * as mod from "@std/regexp/escape";