exrex icon indicating copy to clipboard operation
exrex copied to clipboard

Handling greedy patterns

Open marplatense opened this issue 7 years ago • 1 comments

Hi there. I'm hitting this error

$ pip show exrex
Name: exrex
Version: 0.10.5
...
$ exrex "The path file (.*?) is not configured" -c
[!] cannot handle expression ('min_repeat', (0, 4294967295L, [('any', None)]))
1

and trying to think ways to handle it, so far to no avail. Should be an option that makes sense for this scenario?

marplatense avatar Dec 22 '17 17:12 marplatense

Seems to be working fine here.

fgsch avatar Jun 26 '19 20:06 fgsch