Port QRegExp to QRegularExpression

Authored by ahmadsamir on Jan 1 2020, 10:16 PM.

Description

Port QRegExp to QRegularExpression

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

Reviewers: Plasma, apol

Reviewed By: apol

Subscribers: kde-frameworks-devel

Tags: Frameworks

Differential Revision: https://phabricator.kde.org/D26359

Details

Committed
ahmadsamirJan 2 2020, 12:32 PM
Reviewer
apol
Differential Revision
D26359: Port QRegExp to QRegularExpression
Parents
R290:cfd1f979d2cb: GIT_SILENT Upgrade Qt5 version requirement to 5.12.0.
Branches
Unknown
Tags
Unknown