Port QRegExp to QRegularExpression
ClosedPublic

Authored by ahmadsamir on Jan 2 2020, 7:52 AM.

Details

Summary

With QRegularExpression, a "-" character inside a character class, [],
indicates a range; one way to match a literal "-" inside [] is to escape
it "\-". See https://perldoc.perl.org/perlre.html

Test Plan

make && ctest

Diff Detail

Repository
R290 KPackage
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
ahmadsamir created this revision.Jan 2 2020, 7:52 AM
Restricted Application added a project: Frameworks. · View Herald TranscriptJan 2 2020, 7:52 AM
ahmadsamir requested review of this revision.Jan 2 2020, 7:52 AM
apol accepted this revision.Jan 2 2020, 12:24 PM
This revision is now accepted and ready to land.Jan 2 2020, 12:24 PM
This revision was automatically updated to reflect the committed changes.