Skip to content
Commit 2ebafbc7 authored by Ahmad Samir's avatar Ahmad Samir
Browse files

[PATCH 2] Port some QRegExp usage to QRegularExpression

src/common.*

Octal escape sequences with more than three digits \nnn, must be wrapped in
\o{....}, c.f. https://perldoc.perl.org/perlre

Use QRegularExpression::anchoredPattern() to get similar behaviour to
QRegExp::exactMatch().

colorOnlyRegExp isn't used anywhere AFAICS.
parent 4537f3a5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment