Skip to content
Commit 746eb37b authored by Ahmad Samir's avatar Ahmad Samir Committed by Nikita Sirgienko
Browse files

[Qalculate Backend] Port QRegExp to QRegularExpression

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.
parent 86edbf36
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment