Closed lheckemann closed 7 years ago
@madjar rebased against master to fix the conflict, any other problems with this?
@lheckemann No troubles, just me having to make a pause in my merging spree to understand what the code I wrote a long time ago actually meant :)
Thanks for the PR! I'll merge some more, and make a release in the next few days.
What it says on the box. This can be useful for finding whole words, e.g.
nox '\besr\b'
instead ofnox esr
which yields a lot of potentially unwanted results. It also adds back the ability to force a case-sensitive search (starting from python 3.6) using(?-i:...)
.