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

named‑regexp‑groups is a lightweight JavaScript library that extends the built‑in RegExp API to support named capture groups (`(?<name>…)` or `(:<name>…)`) and named back‑references (`(?&name)`). It provides drop‑in replacements for `exec`, `test`, `replace`, `match` and `split`, returning results with a `groups` object for easy access, and is useful for developers who need clearer, maintainable regular‑expression handling in Node.js or browsers that lack native named‑group support.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of commenthol/named-regexp-groups

Account's avatar
babel/babel
Babel command line.
Account's avatar
babel/babel
Babel compiler core.
Account's avatar
babel/babel
A Babel preset for each environment.
Account's avatar
babel/babel
babel require hook
Account's avatar
zloirock/core-js
Standard library
Account's avatar
standard/eslint-config-standard
JavaScript Standard Style - ESLint Shareable Config
Account's avatar
import-js/eslint-plugin-import
Import with sanity.
Account's avatar
mysticatea/eslint-plugin-node
Additional ESLint's rules for Node.js
Account's avatar
eslint-community/eslint-plugin-promise
Enforce best practices for JavaScript promises
Account's avatar
standard/eslint-plugin-standard
ESlint Plugin for the Standard Linter
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
bcoe/c8
output coverage reports using Node.js' built in coverage
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)
Account's avatar
rollup/rollup
Next-generation ES module bundler
Account's avatar
TrySound/rollup-plugin-terser
Rollup plugin to minify generated es bundle
Account's avatar
davisjam/safe-regex
detect possibly catastrophic, exponential-time regular expressions

Support the repos that depend on this repository

Top contributors

commenthol's profile
commenthol
18 contributions

Recent events

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

No events yet
commenthol

commenthol/named-regexp-groups

Regular expressions with named capture groups and named back-references

JavaScript
10
2
MIT License