Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 năm trước cách đây |
Andreas Kling
|
5f7d008791
AK+Everywhere: Stop including Vector.h from StringView.h
|
3 năm trước cách đây |
Peter Elliott
|
accf4b338d
AK: Expand to_int<i64> to to_int<long> and to_int<long long>
|
3 năm trước cách đây |
Idan Horowitz
|
6704961c82
AK: Replace the mutable String::replace API with an immutable version
|
3 năm trước cách đây |
Timothy Flynn
|
262e412634
AK: Implement method to convert a String/StringView to title case
|
4 năm trước cách đây |
Max Wipfli
|
9cc35d1ba3
AK: Implement String::find_any_of() and StringView::find_any_of()
|
4 năm trước cách đây |
Max Wipfli
|
3bdaed501e
AK+Everywhere: Remove StringView::find_{first,last}_of(char) methods
|
4 năm trước cách đây |
Max Wipfli
|
56253bf389
AK: Reimplement StringView::find methods in StringUtils
|
4 năm trước cách đây |
Max Wipfli
|
3ea65200d8
AK: Implement StringView::to_{lower,upper}case_string
|
4 năm trước cách đây |
R Smith
|
5a6f0ef1bc
AK: Don’t drop lines between \r and \n in StringView::lines() (#7662)
|
4 năm trước cách đây |
Andreas Kling
|
3e603b2f32
AK: Make StringView::hash() constexpr
|
4 năm trước cách đây |
Lenny Maiorani
|
254e010c75
AK/GenericLexer: constexpr where possible
|
4 năm trước cách đây |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 năm trước cách đây |
Andreas Kling
|
873da38d0e
AK: Remove String-from-StringView optimization
|
4 năm trước cách đây |
Timothy Flynn
|
3f4e90f32b
AK: Fix StringView::find_last_of for one-character views
|
4 năm trước cách đây |
Timothy Flynn
|
2370efbea6
AK: Add a predicate variant of StringView::split_view
|
4 năm trước cách đây |
Linus Groh
|
e265054c12
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
|
4 năm trước cách đây |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 năm trước cách đây |
Lenny Maiorani
|
53afdc0106
StringView: Implement `find_first_of` in terms of `AK::find`
|
4 năm trước cách đây |
AnotherTest
|
4fe27ec2a7
AK: Use StringView::find() in StringView::split_view()
|
4 năm trước cách đây |
AnotherTest
|
39442e6d4f
AK: Add String{View,}::find(StringView)
|
4 năm trước cách đây |
AnotherTest
|
7029a8f605
AK: Specialise convert_to_uint<T> and to_uint<T> for 'long' variants
|
4 năm trước cách đây |
Sahan Fernando
|
37df4bbd90
AK: Generalize AK::String::to_int() for more types
|
4 năm trước cách đây |
AnotherTest
|
0801b1fada
AK: Make String::matches() capable of reporting match positions too
|
4 năm trước cách đây |
Tom
|
25e7225782
AK: Enhance String::contains to allow case-insensitive searches
|
4 năm trước cách đây |
asynts
|
d831b5738d
AK: Add StringView::substring_view(size_t) overload.
|
4 năm trước cách đây |
AnotherTest
|
fd64be02e0
AK: Add StringView::contains(StringView)
|
5 năm trước cách đây |
Luke
|
a5ecb9bd6b
AK: Add case insensitive version of starts_with
|
5 năm trước cách đây |
Andreas Kling
|
fdfda6dec2
AK: Make string-to-number conversion helpers return Optional
|
5 năm trước cách đây |
AnotherTest
|
f9bf2c7e78
AK: Add StringView::split_view() taking a StringView
|
5 năm trước cách đây |