index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
String.h
Age
Commit message (
Expand
)
Author
2022-04-10
AK: Remove `KERNEL` check from `String`
Jelle Raaijmakers
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-21
AK: Add a case insensitive of is_one_of to String[View]
Hendiadyoin1
2022-02-25
AK: Add String::split_view(Function<bool(char)>)
Andreas Kling
2022-02-23
AK: Add optional format string parameter to String{,Builder}::join()
Linus Groh
2022-02-19
AK: Add fast path in String::trim() and String::trim_whitespace()
Andreas Kling
2022-02-19
AK: Make CaseInsensitiveStringTraits allocation-free
Andreas Kling
2022-01-23
AK: Avoid impl initialization before assignment in `String`constructor
Michel Hermier
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
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-09-11
AK: Make String::count not use strstr and take a StringView
Idan Horowitz
2021-09-01
AK: Pass AK::Format TypeErasedFormatParams by reference in AK::String
Brian Gianforcaro
2021-08-26
AK: Implement method to convert a String/StringView to title case
Timothy Flynn
2021-08-13
AK: Annotate String.count as [[nodiscard]]
Brian Gianforcaro
2021-08-12
AK: Add contains(char) method to String
Jean-Baptiste Boric
2021-08-02
AK: Fix declaration of {String,StringView}::is_one_of
Timothy Flynn
2021-07-04
AK: Add generation of roman numerals to AK::String
Tobias Christiansen
2021-07-02
AK: Implement String::find_any_of() and StringView::find_any_of()
Max Wipfli
2021-07-02
AK: Add input bounds checking to String::substring()
Max Wipfli
2021-07-02
AK: Add String::find_last() and inline String::find() methods
Max Wipfli
2021-07-02
AK: Implement StringView::find_all()
Max Wipfli
2021-06-18
AK: Add a way to disable the trimming of whitespace in to_*int
sin-ack
2021-06-04
AK: Inline *String::is_one_of<Ts...>()
Ali Mohammad Pur
2021-06-03
AK: Allow inlining more string functions
Gunnar Beutner
2021-06-01
AK: Add trim() method to String, StringView and StringUtils
Max Wipfli
2021-05-30
AK: Verify that m_impl is non-null in String::operator[]
Max Wipfli
2021-05-25
AK: Add String::repeated(StringView, size_t count)
Matthew Olsson
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-16
AK+Userland: Remove nullability feature for the ByteBuffer type
Gunnar Beutner
2021-05-01
AK: Move bijective-base-conversion into AK/String
Tobias Christiansen
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
AK: Remove String::format()
Andreas Kling
2021-04-21
AK: Decorate most of String's API's with [[nodiscard]]
Andreas Kling
2021-04-10
AK+Everywhere: Make StdLibExtras templates less wrapper-y
AnotherTest
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-02-23
AK+Kernel+Userland: Enable some more compiletime format string checks
AnotherTest
2021-02-21
AK: Add String{,Utils}::to_snakecase()
Linus Groh
2021-02-08
AK: Add dbgln() format checking
AnotherTest
2021-01-15
AK: Add String::join() helper function
Linus Groh
2021-01-12
AK: Add String{View,}::find(StringView)
AnotherTest
2021-01-12
AK: Simplify constructors and conversions from nullptr_t
Lenny Maiorani
2021-01-11
AK: Enable format string warnings for AK printf wrappers
Sahan Fernando
2021-01-03
AK: Add String{,View}::is_whitespace()
AnotherTest
2020-12-30
AK: Replace some SFINAE with requires clauses, clean up existing ones
Andrew Kaster
2020-12-30
AK: Move String::number entirely to header file
Andrew Kaster
2020-12-27
LibJS: Implement (mostly) spec compliant version of Number.toString()
Stephan Unverwerth
2020-12-21
AK: Generalize AK::String::to_int() for more types
Sahan Fernando
2020-12-10
AK: Add String::substring(start)
Andreas Kling
[next]