tre icon indicating copy to clipboard operation
tre copied to clipboard

The approximate regex matching library and agrep command line tool.

Results 95 tre issues
Sort by recently updated
recently updated
newest added

If given input longer than `INT_MAX`, we will happily accept it and then crash when we increment our position beyond `INT_MAX` and it rolls around to `INT_MIN`. This pull request...

bug

Cleaned up VS2022 project files that make future enhancements much easier. Based on that, added x64 / ARM64 / ARM64EC targets. Plus some very small changes to reduce the annoying...

Hi. Regex `[\u4e00-\u9fa5]+` seems match out of range. Input txt is `Check (✓) the ways 你yo㸀u study English.`, Charactor `✓` `s unicode value is 0x2713, but it matched by the...

bug

Previously, when the parser encountered a left or right parenthesis while parsing an atom, it would check if it was either in ERE mode or if the preceding character was...

Hi and thanks for providing us with agrep. I am trying to run it on a file with > 9000 lines. The results appear truncated. If i cat and pipe...

bug