awahlig / python-pcre

Python bindings for PCRE regex engine.
BSD 3-Clause "New" or "Revised" License
57 stars 12 forks source link

Strange PCREError #13

Open pr3ssh opened 6 years ago

pr3ssh commented 6 years ago

Hi. First of all, thanks in advance for your package. It's very helpful. I use it a lot but sometimes I received an PCREError(-8, 'failed to match pattern') The compiled pattern looks good (I have tested on regex101.com and everything works fine). Any aideas what's wrong in my case?