Skip to content

[PackageUrlInterceptor] Minor code optimisation

Ahmad Samir requested to merge work/replace-qre into master

This gets rid of QRegularExpression and uses plain string operations, which is always a faster route.

Merge request reports