regex-applicative icon indicating copy to clipboard operation
regex-applicative copied to clipboard

Regex-based parsing with an applicative interface

Results 13 regex-applicative issues
Sort by recently updated
recently updated
newest added

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...

would it be possible to have a `findAll` method that returns all matches in a string?