sprig
sprig copied to clipboard
New function: regexFindSubmatch
First off, thank you for this library! I use it every day via the go-task project.
I have been migrating projects from rake to go-task and one of the things I found missing was the ability to get regex captures. I have added this functionality in this PR: #298
Cheers!