Skip to content

Port the remaining QRegExp uses that are portable in Qt 5

Volker Krause requested to merge work/vkrause/port-more-qregexp into master

What's left now are three uses of lastIndexIn with (positive) offsets, something that needs QStringView API not available in Qt 5 yet.

Merge request reports