matches only the entire string by using anchors, as in (^.*$)
FIXED IT.
THANK YOU!
Quote:
Originally Posted by chaley
If this is your problem (and I think it is) then you can fix it by ensuring the pattern: - matches only the entire string by using anchors, as in (^.*$)
- can't match the empty string with either (..*) or (.+)
Calibre switched to python 3 in V5.
|