Age | Commit message (Expand) | Author |
---|---|---|
2020-08-05 | AK: Fix StringUtils tests to actually observe return value. | Brian Gianforcaro |
2020-07-21 | AK: Add case insensitive version of starts_with | Luke |
2020-06-12 | AK: Make string-to-number conversion helpers return Optional | Andreas Kling |
2020-05-26 | AK: Expand string tests to include ends_with case insensitivity | Brian Gianforcaro |
2020-05-09 | AK: Add missing copyright header to TestStringUtils.cpp | Linus Groh |
2020-05-06 | AK: Make tests compilable with the serenity target toolchain | Emanuel Sprung |
2020-03-06 | AK: Fix all the warnings in the AK tests | 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 |