Oniguruma‑to‑ES is a JavaScript library that translates regular‑expression patterns written for the Oniguruma engine (used by Ruby, PHP, TextMate grammars, etc.) into equivalent native `RegExp` objects. It lets developers reuse or share complex Oniguruma regexes in browser or Node environments with near‑full feature compatibility, optionally providing a small `EmulatedRegExp` subclass for the few constructs that JavaScript lacks. The tool is aimed at web‑front‑end engineers, library authors, and anyone who needs to run Ruby‑style regexes in JavaScript without pulling in a heavy WebAssembly Oniguruma runtime.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
👹 Convert patterns from Oniguruma (the regex flavor used by Ruby, TextMate grammars, etc.) to native JavaScript RegExp