Turn a path string such as `/user/:name` into a regular expression
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Path-to-RegExp is a utility library that converts path strings with parameters (e.g., `/user/:name`) into regular expressions for matching and extracting values. It's designed for developers working with routing systems, particularly in Node.js frameworks like Express, to handle dynamic URL patterns efficiently.