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

`left-split` is a tiny Node.js utility that modifies JavaScript’s `String.prototype.split` behavior when a capturing group is used. Instead of returning the separator as a separate array element, it appends the separator to the preceding token, yielding a more natural “left‑hand” split. It’s useful for developers who need cleaner tokenization of strings (e.g., preserving whitespace or line‑break characters with the preceding text) without manual post‑processing.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of jamesramsay/left-split

Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers

Support the repos that depend on this repository

Top contributors

jamesramsay's profile
jamesramsay
1 contributions

Recent events

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

No events yet
jamesramsay

jamesramsay/left-split

Split string capture group is captured to the left hand array item

JavaScript
0
0
MIT License