index
:
serenity
master
topic/trivial_docs
The Serenity Operating System π
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
StringView.cpp
Age
Commit message (
Expand
)
Author
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2023-01-02
Everywhere: Remove unused includes of AK/Memory.h
Ben Wiederhake
2022-12-16
AK: Synchronize explicit instantiations of to_int and to_uint
Timothy Flynn
2022-12-07
AK: Add StringView(String const&) constructor
Linus Groh
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-24
AK: Add SplitBehavior::KeepTrailingSeparator with tests
demostanis
2022-10-24
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
demostanis
2022-10-23
AK: Add to_{double, float} convenience functions to all string types
davidot
2022-10-09
AK+Everywhere: Fix data corruption due to code-point-to-char conversion
Ben Wiederhake
2022-07-06
AK: Use an enum instead of a bool for String::replace(all_occurences)
DexesTTP
2022-04-03
AK: Add `StringView::copy_characters_to_buffer()`
Tim Schumacher
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-16
AK: Exclude StringView String APIs from the Kernel
Idan Horowitz
2022-01-29
AK: Implement all comparison operators for StringView
Daniel Bertalan
2022-01-12
AK: Implement StringView::for_each_split_view
Brian Gianforcaro
2022-01-12
AK: Rewrite StringView::split_view(char..), using StringView
Brian Gianforcaro
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-10
AK+Everywhere: Stop including Vector.h from StringView.h
Andreas Kling
2021-10-05
AK: Expand to_int<i64> to to_int<long> and to_int<long long>
Peter Elliott
2021-09-11
AK: Replace the mutable String::replace API with an immutable version
Idan Horowitz
2021-08-26
AK: Implement method to convert a String/StringView to title case
Timothy Flynn
2021-07-02
AK: Implement String::find_any_of() and StringView::find_any_of()
Max Wipfli
2021-07-02
AK+Everywhere: Remove StringView::find_{first,last}_of(char) methods
Max Wipfli
2021-07-02
AK: Reimplement StringView::find methods in StringUtils
Max Wipfli
2021-07-02
AK: Implement StringView::to_{lower,upper}case_string
Max Wipfli
2021-06-04
AK: Donβt drop lines between \r and \n in StringView::lines() (#7662)
R Smith
2021-05-14
AK: Make StringView::hash() constexpr
Andreas Kling
2021-04-22
AK/GenericLexer: constexpr where possible
Lenny Maiorani
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-17
AK: Remove String-from-StringView optimization
Andreas Kling
2021-04-12
AK: Fix StringView::find_last_of for one-character views
Timothy Flynn
2021-04-12
AK: Add a predicate variant of StringView::split_view
Timothy Flynn
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-15
StringView: Implement `find_first_of` in terms of `AK::find`
Lenny Maiorani
2021-01-12
AK: Use StringView::find() in StringView::split_view()
AnotherTest
2021-01-12
AK: Add String{View,}::find(StringView)
AnotherTest
2021-01-11
AK: Specialise convert_to_uint<T> and to_uint<T> for 'long' variants
AnotherTest
2020-12-21
AK: Generalize AK::String::to_int() for more types
Sahan Fernando
2020-10-29
AK: Make String::matches() capable of reporting match positions too
AnotherTest
2020-10-22
AK: Enhance String::contains to allow case-insensitive searches
Tom
2020-09-21
AK: Add StringView::substring_view(size_t) overload.
asynts
2020-08-01
AK: Add StringView::contains(StringView)
AnotherTest
2020-07-21
AK: Add case insensitive version of starts_with
Luke
2020-06-12
AK: Make string-to-number conversion helpers return Optional
Andreas Kling
2020-05-28
AK: Add StringView::split_view() taking a StringView
AnotherTest
2020-05-26
AK: Unify FlyString/StringView::ends_with implementation on StringUtils::ends...
Brian Gianforcaro
2020-05-13
AK: Add StringView::equals_ignoring_case()
Linus Groh
2020-05-06
AK: Add to_string() method to StringView
Emanuel Sprung
[next]