summaryrefslogtreecommitdiff
path: root/AK/Tests/TestStringUtils.cpp
AgeCommit message (Expand)Author
2020-08-05AK: Fix StringUtils tests to actually observe return value.Brian Gianforcaro
2020-07-21AK: Add case insensitive version of starts_withLuke
2020-06-12AK: Make string-to-number conversion helpers return OptionalAndreas Kling
2020-05-26AK: Expand string tests to include ends_with case insensitivityBrian Gianforcaro
2020-05-09AK: Add missing copyright header to TestStringUtils.cppLinus Groh
2020-05-06AK: Make tests compilable with the serenity target toolchainEmanuel Sprung
2020-03-06AK: Fix all the warnings in the AK testsAndreas Kling
2020-03-02AK: Move to_int(), to_uint() implementations to StringUtils (#1338)howar6hill
2020-03-02AK: Move the wildcard-matching implementation to StringUtilshowar6hill