Skip to content

[Qalculate Backend] Port QRegExp to QRegularExpression

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

Port QRegExp::exactMatch() by anchoring the pattern (with ^ and $) with QRegularExpression.

Tweak the QRegularExpression pattern used with "currentCmd".

Declare variables right before they're used.

Edited by Ahmad Samir

Merge request reports