fast-escape-regexp is a fast and efficient JavaScript library designed to help you escape regular expressions. It works in both Node.js and browser environments. Whether you need to prepare strings ...
Oniguruma is a regular expression engine written in C that's used in Ruby (via a fork named Onigmo), PHP (mb_ereg, etc.), TextMate grammars (used by VS Code, Shiki, etc. for syntax highlighting), and ...