D26707: Fix QRegularExpression::wildcardToRegularExpression() usage

2020-01-16 Thread Ahmad Samir
This revision was automatically updated to reflect the committed changes. Closed by commit R311:d4980443755f: Fix QRegularExpression::wildcardToRegularExpression() usage (authored by ahmadsamir). REPOSITORY R311 KWallet CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D26707?vs=73702&i

D26707: Fix QRegularExpression::wildcardToRegularExpression() usage

2020-01-16 Thread Aleix Pol Gonzalez
apol accepted this revision. This revision is now accepted and ready to land. REPOSITORY R311 KWallet BRANCH l-qregularexpression-wildcard (branched from master) REVISION DETAIL https://phabricator.kde.org/D26707 To: ahmadsamir, #frameworks, apol, dfaure Cc: kde-frameworks-devel, LeGast00

D26707: Fix QRegularExpression::wildcardToRegularExpression() usage

2020-01-16 Thread Ahmad Samir
ahmadsamir created this revision. ahmadsamir added reviewers: Frameworks, apol, dfaure. Herald added a project: Frameworks. ahmadsamir requested review of this revision. REVISION SUMMARY It turns out that QRegularExpression::wildcardToRegularExpression() returns an anchored (with \A and \z) pa