Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

regex‑recursion is a JavaScript plugin (also usable standalone) that extends native RegExp objects with fixed‑depth recursive subpatterns, letting developers write patterns like `(?R=N)` or `\g<name&R=N>` to match nested structures such as balanced parentheses, palindromes, or equal‑length token sequences. It integrates with the Regex+ library or can be applied to raw pattern strings, generating ordinary `RegExp` instances that work in Node and browsers. The tool is aimed at web developers and library author­s who need powerful, recursion‑based regex capabilities without leaving the JavaScript ecosystem.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
slevithan's profile
slevithan
87 contributions
slevithan

slevithan/regex-recursion

🪆 Adds recursive matching to native JavaScript regexes

JavaScript
15
1
MIT License

Support the dependencies of slevithan/regex-recursion

Account's avatar
slevithan/regex-utilities
Tiny helpers for processing regex syntax
Account's avatar
evanw/esbuild
An extremely fast JavaScript and CSS bundler and minifier.
Account's avatar
jasmine/jasmine-npm
CLI for Jasmine, a simple JavaScript testing framework for browsers and Node
Account's avatar
slevithan/regex
Regex template tag with extended syntax, context-aware interpolation, and always-on best practices
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development