summaryrefslogtreecommitdiff
path: root/Tests/AK/TestStringUtils.cpp
AgeCommit message (Expand)Author
2023-02-02AK: Ensure string types are actually considered hash-compatibleTimothy Flynn
2022-12-27AK: Make StringUtils::matches() handle escaping correctlyFlorian Cramer
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-10-20AK: Do not append string bytes as code points when title-casing a stringTimothy Flynn
2022-10-11AK+Tests: Correct off-by-one error when right-trimming textSam Atkins
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-03-18AK+Tests: Fix StringUtils::contains() being confused by repeating textSam Atkins
2021-12-21AK: Add convert_to_uint_from_octalXavier Defrang
2021-11-10AK+Everywhere: Stop including Vector.h from StringView.hAndreas Kling
2021-08-26AK: Implement method to convert a String/StringView to title caseTimothy Flynn
2021-05-06Tests: Move AK tests to Tests/AKBrian Gianforcaro