Use Unicode-aware QReguarlExpression where needed
This fixes a QRegExp to QRegularExpression porting bug: QRegExp has Unicode support by default, whereas QReguarlExpression will enable Unicode support only if QRegularExpression::UseUnicodePropertiesOption is set.
Edited by Ahmad Samir