Skip to content

[BackTrace Plugin] QRegExp to QRegularExpression

Ahmad Samir requested to merge (removed):l-btbrowser into master

If the pattern is anchored with ^ at the beginning, it's only going to match if the match begins at index 0.

Merge request reports