Is there any difference between QRegularExpression and QRegExp?
Ok, after some more digging into the docs, I found it really is a new class, it has improvements, but it is only available in Qt5, so you can’t use it if you want to compile on both Qt4 and Qt5: Notes for QRegExp Users The QRegularExpression class introduced in Qt 5 is a big … Read more