The source project of this merge request has been removed.
[BackTrace Plugin] QRegExp to QRegularExpression
If the pattern is anchored with ^ at the beginning, it's only going to match if the match begins at index 0.
If the pattern is anchored with ^ at the beginning, it's only going to match if the match begins at index 0.