AnotherTest
|
0801b1fada
AK: Make String::matches() capable of reporting match positions too
|
4 gadi atpakaļ |
Tom
|
25e7225782
AK: Enhance String::contains to allow case-insensitive searches
|
4 gadi atpakaļ |
asynts
|
d831b5738d
AK: Add StringView::substring_view(size_t) overload.
|
4 gadi atpakaļ |
AnotherTest
|
fd64be02e0
AK: Add StringView::contains(StringView)
|
5 gadi atpakaļ |
Luke
|
a5ecb9bd6b
AK: Add case insensitive version of starts_with
|
5 gadi atpakaļ |
Andreas Kling
|
fdfda6dec2
AK: Make string-to-number conversion helpers return Optional
|
5 gadi atpakaļ |
AnotherTest
|
f9bf2c7e78
AK: Add StringView::split_view() taking a StringView
|
5 gadi atpakaļ |
Brian Gianforcaro
|
129462cca7
AK: Unify FlyString/StringView::ends_with implementation on StringUtils::ends_with
|
5 gadi atpakaļ |
Linus Groh
|
1277290a4a
AK: Add StringView::equals_ignoring_case()
|
5 gadi atpakaļ |
Emanuel Sprung
|
8fe821fae2
AK: Add to_string() method to StringView
|
5 gadi atpakaļ |
Andrew Kaster
|
3eb3c2477f
AK: Add StringView::find_first/last_of
|
5 gadi atpakaļ |
Stephan Unverwerth
|
b77ceecb02
AK: Add StringView::contains(char)
|
5 gadi atpakaļ |
Andreas Kling
|
7d862dd5fc
AK: Reduce header dependency graph of String.h
|
5 gadi atpakaļ |
Andreas Kling
|
4f72f6b886
AK: Add FlyString, a simple flyweight string class
|
5 gadi atpakaļ |
Andreas Kling
|
900f51ccd0
AK: Move memory stuff (fast memcpy, etc) to a separate header
|
5 gadi atpakaļ |
howar6hill
|
d75fa80a7b
AK: Move to_int(), to_uint() implementations to StringUtils (#1338)
|
5 gadi atpakaļ |
howar6hill
|
055344f346
AK: Move the wildcard-matching implementation to StringUtils
|
5 gadi atpakaļ |
Andreas Kling
|
22d0a6d92f
AK: Remove unnecessary casts to size_t, after Vector changes
|
5 gadi atpakaļ |
Shannon Booth
|
854f0b9e1a
AK: Add StringView::starts_with(char) & StringView::ends_with(char)
|
5 gadi atpakaļ |
Andreas Kling
|
3bbf4610d2
AK: Add a forward declaration header
|
5 gadi atpakaļ |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 gadi atpakaļ |
Sergey Bugaev
|
499612482b
AK: Fix String[View]::split_view() returning an extra empty part
|
5 gadi atpakaļ |
Sergey Bugaev
|
7ad9bfbc68
AK: Don't return null from String[View]::substring_view()
|
5 gadi atpakaļ |
Shannon Booth
|
24bc674d94
AK: Add StringView::ends_with function
|
5 gadi atpakaļ |
Andreas Kling
|
6f4c380d95
AK: Use size_t for the length of strings
|
5 gadi atpakaļ |
Andreas Kling
|
8f80879676
AK: StringView::lines() should keep empty lines
|
5 gadi atpakaļ |
Tommy Nguyen
|
2eb5793d55
LibMarkdown: Handle CRLF line endings
|
5 gadi atpakaļ |
Sergey Bugaev
|
127d168def
AK: Add a keep_empty argument to String[View]::substring{_view}
|
5 gadi atpakaļ |
MinusGix
|
05f641a5a9
StringView: Add starts_with method
|
5 gadi atpakaļ |
Andreas Kling
|
73fdbba59c
AK: Rename <AK/AKString.h> to <AK/String.h>
|
5 gadi atpakaļ |