Open sampaioletti opened 6 years ago
Hello,
I had a project where I was using your library, but needed different matching than path.Match (our strings have "/" in them, but are not paths).
So I pulled the match functionality out into an interface to make it easier to override. Thought I'd push it back and see if it was useful.
Thanks for the cool library.
Is there any reason why this is not getting merged?
Hello,
I had a project where I was using your library, but needed different matching than path.Match (our strings have "/" in them, but are not paths).
So I pulled the match functionality out into an interface to make it easier to override. Thought I'd push it back and see if it was useful.
Thanks for the cool library.