1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-06 00:55:50 +00:00
OpenMW/components/misc/strings
elsid 5dc612aa54
Replace ciCompareLen with ciStartsWith where possible
`ciCompareLen(a, b, b.size()) == 0` expression is an equivalent of checking for
equality of `a` prefix with size `b.size()` with `b`.

`ciCompareLen(a, b, a.size()) == 0` is also the same thing but `a` is a prefix
`b` should start with.
2022-08-22 09:32:22 +02:00
..
algorithm.hpp Replace ciCompareLen with ciStartsWith where possible 2022-08-22 09:32:22 +02:00
format.hpp Make Class::getName return string_view 2022-08-16 21:15:03 +02:00
lower.hpp Split components/misc/stringops.hpp into multiple headers 2022-08-03 22:06:24 +02:00