I would recommend that you use QRegularExpression instead of QRegExp in any new code you are writing/fixing. QRegularExpression supports Perl Compatible Regular Expression (PCRE) and much better IMHO.
I would recommend that you use QRegularExpression instead of QRegExp in any new code you are writing/fixing. QRegularExpression supports Perl Compatible Regular Expression (PCRE) and much better IMHO.
Bookmarks