Registered Member
|
Hi, I've just started with Skrooge, and have imported transactions downloaded from my bank in QIF format. I want to locate all the Operations with a comment containing a date in DD-MM-YYYY form, and was pleased to see regex in the search criteria.
However, my simplest regex for such data, i.e.
but there are no records returned. I also tried the POSIX expression
What am I doing wrong, please? Jonathan |
Moderator
|
Here is the documentation:
http://doc.qt.io/qt-5/qregexp.html The regexp is created like this: QRegExp pattern(YouString, Qt::CaseInsensitive, QRegExp::RegExp2); |
Registered users: abc72656, Bing [Bot], daret, Google [Bot], lockheed, Sogou [Bot], Yahoo [Bot]