mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-24 18:39:59 +00: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 `.*`.