Skip to content

[Sage Backend] Port QRegExp to QRegularExpression

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

To match a backspace char with PCRE/QRegularExpression we have to use \b inside [].

Use QStringLiteral with QRegularExpression ctor, as it doesn't have a QLatin1String overload and will convert the to QString anyway.

Edited by Nikita Sirgienko

Merge request reports