hedhyw / rex

Flexible regular expressions constructor for Golang.
MIT License
194 stars 5 forks source link

feat: support additional repetition options #60

Closed ryzheboka closed 1 year ago

ryzheboka commented 1 year ago

This PR is for the issue #2 . I didn't find how to update the README in a suitable way. I added the repetition options to the docs instead.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 3640407510

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Totals Coverage Status
Change from base Build 3635822557: 0.0%
Covered Lines: 812
Relevant Lines: 812

💛 - Coveralls
ryzheboka commented 1 year ago

Thanks for the review :) I corrected the code according to your suggestions, pushed it, and merged the updated main branch