ahmadsamir created this revision. ahmadsamir added reviewers: apol, dfaure. Herald added a project: Frameworks. ahmadsamir requested review of this revision.
REVISION SUMMARY QRegExp::exactMatch -> QRegularExpression::anchoredPattern() QRegExp::Wildcard -> QRegularExpression::wildcardToRegularExpression() Replace one macro with a const char*. Replace [\\w_] with [\\w], as \w matches a "word" character (alphanumeric plus "_" among other things); see https://perldoc.perl.org/perlre.html TEST PLAN make && ctest REPOSITORY R495 Purpose Library BRANCH l-qregularexpression (branched from master) REVISION DETAIL https://phabricator.kde.org/D26453 AFFECTED FILES src/alternativesmodel.cpp src/plugins/phabricator/phabricatorjobs.cpp src/plugins/reviewboard/quick/reviewboardrc.cpp To: ahmadsamir, apol, dfaure Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns