Xavier Defrang
|
9e97823ff8
AK: Add convert_to_uint_from_octal
|
3 éve |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 éve |
Peter Elliott
|
accf4b338d
AK: Expand to_int<i64> to to_int<long> and to_int<long long>
|
3 éve |
Idan Horowitz
|
b56b0ba689
AK: Eliminate avoidable strlen call in String::matches
|
3 éve |
Idan Horowitz
|
6704961c82
AK: Replace the mutable String::replace API with an immutable version
|
3 éve |
Idan Horowitz
|
6d2b003b6e
AK: Make String::count not use strstr and take a StringView
|
3 éve |
Timothy Flynn
|
262e412634
AK: Implement method to convert a String/StringView to title case
|
4 éve |
Lenny Maiorani
|
97bd13264a
Everywhere: Make use of container version of all_of
|
4 éve |
Max Wipfli
|
f0fcbb7751
AK: Replace usages of ctype.h with CharacterTypes.h
|
4 éve |
Max Wipfli
|
9cc35d1ba3
AK: Implement String::find_any_of() and StringView::find_any_of()
|
4 éve |
Max Wipfli
|
d7a104c27c
AK: Implement StringView::find_all()
|
4 éve |
Max Wipfli
|
56253bf389
AK: Reimplement StringView::find methods in StringUtils
|
4 éve |
sin-ack
|
3abcfcc178
AK: Add a way to disable the trimming of whitespace in to_*int
|
4 éve |
Max Wipfli
|
0e4f7aa8e8
AK: Add trim() method to String, StringView and StringUtils
|
4 éve |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 éve |
Andreas Kling
|
873da38d0e
AK: Remove String-from-StringView optimization
|
4 éve |
Andreas Kling
|
1f684c8123
AK: Implement case-insensitive StringUtils::matches() without allocs
|
4 éve |
Linus Groh
|
e265054c12
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
|
4 éve |
Linus Groh
|
4fafe14691
AK: Add String{,Utils}::to_snakecase()
|
4 éve |
AnotherTest
|
39442e6d4f
AK: Add String{View,}::find(StringView)
|
4 éve |
AnotherTest
|
7029a8f605
AK: Specialise convert_to_uint<T> and to_uint<T> for 'long' variants
|
4 éve |
AnotherTest
|
f3ecea1fb3
AK: Add String{,View}::is_whitespace()
|
4 éve |
AnotherTest
|
cbe0a8b403
AK: Allow trailing '*'s in a glob pattern to match nothing
|
4 éve |
Sahan Fernando
|
f469f44cc6
AK: Check for overflow in StringUtils::convert_to_int
|
4 éve |
Sahan Fernando
|
37df4bbd90
AK: Generalize AK::String::to_int() for more types
|
4 éve |
Linus Groh
|
d6a4c0c79e
AK: Trim whitespace in StringUtils::convert_to_{int,uint,uint_from_hex}()
|
4 éve |
Linus Groh
|
d3ee3fc68a
AK: Fix StringUtils::contains() case insensitive search
|
4 éve |
AnotherTest
|
0801b1fada
AK: Make String::matches() capable of reporting match positions too
|
4 éve |
Tom
|
25e7225782
AK: Enhance String::contains to allow case-insensitive searches
|
4 éve |
AnotherTest
|
5fbec2b003
AK: Move trim_whitespace() into StringUtils and add it to StringView
|
4 éve |