D26453: [Purpose] Port QRegExp to QRegularExpression

Ahmad Samir noreply at phabricator.kde.org
Mon Jan 6 09:43:50 GMT 2020


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20200106/6d3f180d/attachment.html>


More information about the Kde-frameworks-devel mailing list