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
Branch
l-qregularexpression (branched from master)
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 20526
Build 20544: arc lint + arc unit
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.