regex-applicative
regex-applicative copied to clipboard
Regex-based parsing with an applicative interface
I have the contents of a file and wish to apply one regex to the first line and another regex to each of the other lines. This runs fast: ```...
Hello dear author, this package is brilliant. It's not a bug, just a question: is it possible (and how?) to replace a suffix (or prefix) in a string? Because the...
findAll
would it be possible to have a `findAll` method that returns all matches in a string?