Age | Commit message (Expand) | Author |
---|---|---|
2020-05-26 | AK: Add case insensitive String::ends_with support | Brian Gianforcaro |
2020-05-26 | AK: Move String::ends_with implementation to StringUtils | Brian Gianforcaro |
2020-05-21 | AK: StringUtils, add "convert_to_uint_from_hex" method | Hüseyin ASLITÜRK |
2020-03-22 | AK: Add FlyString::equals_ignoring_case(StringView) | Andreas Kling |
2020-03-22 | AK: Run clang-format on StringUtils.{cpp,h} | Andreas Kling |
2020-03-02 | AK: Add missing copyright headers to StringUtils.{cpp,h} | Andreas Kling |
2020-03-02 | AK: Move to_int(), to_uint() implementations to StringUtils (#1338) | howar6hill |
2020-03-02 | AK: Move the wildcard-matching implementation to StringUtils | howar6hill |