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
|
4 سال پیش |
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 سال پیش |
Andreas Kling
|
873da38d0e
AK: Remove String-from-StringView optimization
|
4 سال پیش |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 سال پیش |
Linus Groh
|
4fafe14691
AK: Add String{,Utils}::to_snakecase()
|
4 سال پیش |
Ben Wiederhake
|
fa2b5ca6f6
Everywhere: Remove unnecessary headers 2/4
|
4 سال پیش |
AnotherTest
|
39442e6d4f
AK: Add String{View,}::find(StringView)
|
4 سال پیش |
Lenny Maiorani
|
e6f907a155
AK: Simplify constructors and conversions from nullptr_t
|
4 سال پیش |