tallforasmurf / PPQT

A post-processing tool for PGDP written in Python, PyQt4, and Qt
GNU General Public License v3.0
4 stars 2 forks source link

pseps find regex is missing page with letters #184

Closed bibimbop closed 10 years ago

bibimbop commented 10 years ago

Doesn't see the following:

-----File: 296a.png---\xxx\xxx\xxx\xxx\xxx--------

Suggest: -----File:\s\d+[a-z]?..-*\n

tallforasmurf commented 10 years ago

I'll just make it \w+, sooner or later somebody will come up with index1.png.

tallforasmurf commented 10 years ago

In the current version, the actual regex (reLineSep) is -----File: ([^\.]+)\.png---((\\[^\\]*)+)\\-* which accepts anything at all in the filename.

bibimbop commented 10 years ago

Not in find-psep-utf.txt

tallforasmurf commented 10 years ago

d6517d0