ToolPocket
Fast offline tools
regex-escapedevtext

Regex Escape

Escape text so it can be used literally inside a regular expression.

Inputs
Output
(no output yet)
Explanation

Turn arbitrary text into a safe literal regex pattern (useful for search/replace scaffolding).

Use it when you need a fast, offline conversion/validation step during development or debugging.

Related