Ali Mohammad Pur
|
dd370fcdd1
AK: Explicitly instantiate String::to_uint<unsigned long{, long}>()
|
3 年之前 |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 年之前 |
Andreas Kling
|
dd7eb3d6d8
AK: Add String::split_view(Function<bool(char)>)
|
3 年之前 |
Daniel Bertalan
|
1a4aad9b7e
AK: Implement String's comparison operators in terms of StringView's
|
3 年之前 |
Sam Atkins
|
45cf40653a
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
|
3 年之前 |
Matt Jacobson
|
47e8d58553
AK: Fix logic in String::operator>(const String&)
|
3 年之前 |
Andreas Kling
|
216e21a1fa
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
|
3 年之前 |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 年之前 |
Andreas Kling
|
5f7d008791
AK+Everywhere: Stop including Vector.h from StringView.h
|
3 年之前 |
Peter Elliott
|
d28459fb11
AK: Escape '"' in escape_html_entities
|
3 年之前 |
Idan Horowitz
|
6704961c82
AK: Replace the mutable String::replace API with an immutable version
|
3 年之前 |
Idan Horowitz
|
6d2b003b6e
AK: Make String::count not use strstr and take a StringView
|
3 年之前 |
Ali Mohammad Pur
|
97e97bccab
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
|
3 年之前 |
Brian Gianforcaro
|
fee2a03ba9
AK: Pass AK::Format TypeErasedFormatParams by reference in AK::String
|
3 年之前 |
Timothy Flynn
|
262e412634
AK: Implement method to convert a String/StringView to title case
|
3 年之前 |
Jean-Baptiste Boric
|
7a9d05c24c
AK: Add contains(char) method to String
|
3 年之前 |
Tobias Christiansen
|
87033ce7d1
AK: Add generation of roman numerals to AK::String
|
4 年之前 |
Max Wipfli
|
17eddf3ac4
AK: Add input bounds checking to String::substring()
|
4 年之前 |
Max Wipfli
|
268d81a56c
AK: Add String::find_last() and inline String::find() methods
|
4 年之前 |
Max Wipfli
|
d7a104c27c
AK: Implement StringView::find_all()
|
4 年之前 |
Max Wipfli
|
56253bf389
AK: Reimplement StringView::find methods in StringUtils
|
4 年之前 |
Idan Horowitz
|
a768131720
AK: Ensure StringBuilder capacity in String::reverse
|
4 年之前 |
sin-ack
|
3abcfcc178
AK: Add a way to disable the trimming of whitespace in to_*int
|
4 年之前 |
Gunnar Beutner
|
a4f320c76b
AK: Allow inlining more string functions
|
4 年之前 |
Matthew Olsson
|
777c232e16
AK: Add String::repeated(StringView, size_t count)
|
4 年之前 |
Andreas Kling
|
de395a3df2
AK+Everywhere: Consolidate String::index_of() and String::find()
|
4 年之前 |
Maciej Zygmanowski
|
80077cea86
AK: Add String::find_all() and String::count()
|
4 年之前 |
Tobias Christiansen
|
4016e04061
AK: Move bijective-base-conversion into AK/String
|
4 年之前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
Andreas Kling
|
edf0b14e23
AK: Remove String::format()
|
4 年之前 |