The source project of this merge request has been removed.
Port QRegExp to QRegularExpression
Port QRegExp::exactMatch() by using QRegularExpression::anchoredPattern() with the QRegularExpression pattern.
Remove some redundnat QRegExp includes.
All unit tests still pass.