exrex
exrex copied to clipboard
Handling greedy patterns
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?
Seems to be working fine here.