D26693: Fix QRegularExpression::wildcardToRegularExpression() usage

2020-01-16 Thread Ahmad Samir
This revision was automatically updated to reflect the committed changes. Closed by commit R495:ce27c7cf1121: Fix QRegularExpression::wildcardToRegularExpression() usage (authored by ahmadsamir). REPOSITORY R495 Purpose Library CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D26693?vs

D26693: Fix QRegularExpression::wildcardToRegularExpression() usage

2020-01-15 Thread Aleix Pol Gonzalez
apol accepted this revision. This revision is now accepted and ready to land. REPOSITORY R495 Purpose Library BRANCH l-qregularexpressoin-wildcard (branched from master) REVISION DETAIL https://phabricator.kde.org/D26693 To: ahmadsamir, #frameworks, apol, dfaure Cc: kde-frameworks-devel,

D26693: Fix QRegularExpression::wildcardToRegularExpression() usage

2020-01-15 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