[Qalculate Backend] Port QRegExp to QRegularExpression

Authored by ahmadsamir on Feb 21 2020, 10:08 AM.

Description

[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.

Details

Committed
sirgienkoFeb 21 2020, 10:08 AM
Parents
R55:86edbf361f5b: Merge branch 'l-qregularexpression-julia' into 'master'
Branches
Unknown
Tags
Unknown