Port QRegExp to QRegularExpression

Authored by ahmadsamir on Feb 16 2020, 5:11 PM.

Description

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.

Details

Committed
asemkeFeb 16 2020, 5:11 PM
Parents
R262:63b742b5d16c: Merge branch 'l-qregularexpression' into 'master'
Branches
Unknown
Tags
Unknown