Searches a string for N instances of a given regex.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
The util.matches library provides a function to search a string for multiple instances of a given regex pattern and returns detailed match information including group indices, start/end positions, and the matched text. It's designed for JavaScript/TypeScript developers who need to extract and analyze multiple regex matches from strings with precise positional data. The library is particularly useful for text processing tasks that require tracking where matches occur within larger strings.