summaryrefslogtreecommitdiff
path: root/Tests/AK/TestString.cpp
AgeCommit message (Expand)Author
2023-01-15AK: Add String::is_one_of for variadic string comparisonTimothy Flynn
2023-01-15AK: Add a somewhat naive implementation of String::reverseTimothy Flynn
2023-01-09AK+LibUnicode: Provide Unicode-aware String case transformationsTimothy Flynn
2022-12-09AK: Unref old m_data in String's move assignmentMaciej
2022-12-06AK: Introduce the new String, replacement for DeprecatedStringAndreas Kling
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-10-24AK+Everywhere: Turn bool keep_empty to an enum in split* functionsdemostanis
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-06AK: Use an enum instead of a bool for String::replace(all_occurences)DexesTTP
2022-07-04Tests: Move sprintf test from AK/ to LibC/Daniel Bertalan
2022-01-30AK+Tests: Make null strings compare less than non-null stringsDaniel Bertalan
2022-01-30AK: Disable the empty-string-vs-null-string test until we have a fixAndreas Kling
2022-01-30Tests: Add test for null string and empty string to be unequalnetworkException
2022-01-16AK: Fix logic in String::operator>(const String&)Matt Jacobson
2021-11-10AK+Everywhere: Stop including Vector.h from StringView.hAndreas Kling
2021-09-11AK: Replace the mutable String::replace API with an immutable versionIdan Horowitz
2021-08-09Tests: Add test for String::bijective_base_from()Mandar Kulkarni
2021-07-04Tests: Add test for String::roman_number_from()Tobias Christiansen
2021-07-02Tests: Add test for String::find with empty needleMax Wipfli
2021-05-24AK+Everywhere: Consolidate String::index_of() and String::find()Andreas Kling
2021-05-19AK: Add String::find_all() and String::count()Maciej Zygmanowski
2021-05-06Tests: Move AK tests to Tests/AKBrian Gianforcaro