Skip to content

Port QRegExp to QRegularExpression

Ahmad Samir requested to merge work/ahmad/QRE-port into master

Use QRegularExpression::anchoredPattern() to match the behaviour of QRegExp::exactMatch().

Merge request reports