Age | Commit message (Expand) | Author |
---|---|---|
2021-09-11 | AK: Replace the mutable String::replace API with an immutable version | Idan Horowitz |
2021-08-09 | Tests: Add test for String::bijective_base_from() | Mandar Kulkarni |
2021-07-04 | Tests: Add test for String::roman_number_from() | Tobias Christiansen |
2021-07-02 | Tests: Add test for String::find with empty needle | Max Wipfli |
2021-05-24 | AK+Everywhere: Consolidate String::index_of() and String::find() | Andreas Kling |
2021-05-19 | AK: Add String::find_all() and String::count() | Maciej Zygmanowski |
2021-05-06 | Tests: Move AK tests to Tests/AK | Brian Gianforcaro |