Skip to content

Port QRegExp to QRegularExpression

Ahmad Samir requested to merge (removed):l-qregularexpression-misc into master

Port QRegExp::exactMatch() by using QRegularExpression::anchoredPattern() with the QRegularExpression pattern.

Remove some redundnat QRegExp includes.

All unit tests still pass.

Merge request reports