Skip to content

S&R: Fix matching ^ and $ in multi-line expressions

Not being able to use ^ and $ in multi-line regular expressions have often been reported as problems in Kate

With QRegularExpression the easy fix was always there, we just did not see it :(

Merge request reports