index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
/
AK
/
TestString.cpp
Age
Commit message (
Expand
)
Author
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-06
AK: Use an enum instead of a bool for String::replace(all_occurences)
DexesTTP
2022-07-04
Tests: Move sprintf test from AK/ to LibC/
Daniel Bertalan
2022-01-30
AK+Tests: Make null strings compare less than non-null strings
Daniel Bertalan
2022-01-30
AK: Disable the empty-string-vs-null-string test until we have a fix
Andreas Kling
2022-01-30
Tests: Add test for null string and empty string to be unequal
networkException
2022-01-16
AK: Fix logic in String::operator>(const String&)
Matt Jacobson
2021-11-10
AK+Everywhere: Stop including Vector.h from StringView.h
Andreas Kling
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