summaryrefslogtreecommitdiff
path: root/Tests/AK/TestString.cpp
AgeCommit message (Expand)Author
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