mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-08 20:05:19 -04:00

Using `^` and `$` is shorter than `QRegularExpression::anchoredPattern`, and even allows us in one case to get rid of a trailing `.*`.
Using `^` and `$` is shorter than `QRegularExpression::anchoredPattern`, and even allows us in one case to get rid of a trailing `.*`.