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.h
Age
Commit message (
Expand
)
Author
2022-04-03
AK: Add `StringView::copy_characters_to_buffer()`
Tim Schumacher
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-21
AK: Add a case insensitive of is_one_of to String[View]
Hendiadyoin1
2022-03-18
AK: Mark the StringView user-defined literal as consteval
Timothy Flynn
2022-02-16
AK: Exclude StringView String APIs from the Kernel
Idan Horowitz
2022-01-30
AK+Tests: Make null strings compare less than non-null strings
Daniel Bertalan
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-11
AK: Define a traits helper for case-insensitive StringView hashing
Timothy Flynn
2021-11-16
AK: Verify that we are not overreaching in StringView's substring_view()
Hendiadyoin1
2021-11-14
AK: Mark StringView::find_any_of() as const
Andrew Kaster
2021-11-14
AK: Resolve clang-tidy readability-bool-conversion warnings
Andrew Kaster
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-09-11
AK: Replace the mutable String::replace API with an immutable version
Idan Horowitz
2021-09-11
AK: Make String::count not use strstr and take a StringView
Idan Horowitz
2021-09-11
AK: Forbid creating StringView from temporary FlyString
Ben Wiederhake
2021-09-11
AK: Forbid creating StringView from temporary ByteBuffer
Ben Wiederhake
2021-09-04
AK+LibRegex: Disable construction of views from temporary Strings
Idan Horowitz
2021-08-26
AK: Implement method to convert a String/StringView to title case
Timothy Flynn
2021-08-18
AK+Kernel: StringView hash map Traits should not set peek type to String
Brian Gianforcaro
2021-08-02
AK: Fix declaration of {String,StringView}::is_one_of
Timothy Flynn
2021-07-02
AK: Implement String::find_any_of() and StringView::find_any_of()
Max Wipfli
2021-07-02
AK: Implement StringView::find_all()
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-27
AK: Make the constexpr StringView methods actually constexpr
Ali Mohammad Pur
2021-06-04
AK: Inline *String::is_one_of<Ts...>()
Ali Mohammad Pur
2021-06-01
AK: Add trim() method to String, StringView and StringUtils
Max Wipfli
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: Add a predicate variant of StringView::split_view
Timothy Flynn
2021-04-11
AK: Annotate StringView functions as [[nodiscard]]
Brian Gianforcaro
2021-02-24
AK: Don't compare past '\0' in StringView::operator==(const char*)
Andreas Kling
2021-02-24
AK: Add support for AK::StringView literals with operator""sv
Brian Gianforcaro
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-23
AK: Optimize StringView::operator==(const char*) a little bit
Andreas Kling
2021-01-12
AK: Add String{View,}::find(StringView)
AnotherTest
2021-01-12
AK: Simplify constructors and conversions from nullptr_t
Lenny Maiorani
2021-01-03
AK: Add String{,View}::is_whitespace()
AnotherTest
2020-12-21
AK: Generalize AK::String::to_int() for more types
Sahan Fernando
2020-11-07
AK: Remove duplicate begin()/end() methods
Nico Weber
2020-10-29
AK: Make String::matches() capable of reporting match positions too
AnotherTest
2020-10-29
AK: Add a `is_one_of()' to StringView
AnotherTest
2020-10-22
AK: Enhance String::contains to allow case-insensitive searches
Tom
2020-10-08
AK: Make StringView hashable
Matthew Olsson
2020-09-27
AK: Move trim_whitespace() into StringUtils and add it to StringView
AnotherTest
[next]