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
/
String.cpp
Age
Commit message (
Expand
)
Author
2023-02-18
AK: Fix 64-bit alignment issue in shared-superstring substrings
Andreas Kling
2023-01-28
AK: Add String::trim
Timothy Flynn
2023-01-28
AK: Add String::join
Timothy Flynn
2023-01-27
AK: Add an overload of String::find_byte_offset for StringView
Timothy Flynn
2023-01-24
AK: Add convenience substring wrappers to String to exclude a length
Timothy Flynn
2023-01-24
AK: Add a method to create a String with a repeated code point
Timothy Flynn
2023-01-24
AK: Add a method to find the byte offset of a code point
Timothy Flynn
2023-01-22
AK: Reduce String's allocated data by one byte
Timothy Flynn
2023-01-22
AK: Change String's default constructor to be constant
Timothy Flynn
2023-01-21
AK: Add `split()` for `String`
martinfalisse
2023-01-20
AK: Support creating known short string literals at compile time
Timothy Flynn
2023-01-15
AK: Add String::contains
Timothy Flynn
2023-01-15
AK: Add a somewhat naive implementation of String::reverse
Timothy Flynn
2023-01-12
AK: Implement FlyString for the new String class
Timothy Flynn
2023-01-02
Everywhere: Remove unused includes of AK/Memory.h
Ben Wiederhake
2022-12-11
AK: Change the moved-from String state to the empty short string
kleines Filmröllchen
2022-12-09
AK: Unref old m_data in String's move assignment
Maciej
2022-12-06
AK: Introduce the new String, replacement for DeprecatedString
Andreas Kling
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-07-12
AK: Remove String <-> char const* comparison operators
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-05-26
AK: Add invert_case() and invert_case(StringView)
huttongrabiel
2022-04-20
AK: Explicitly instantiate String::to_uint<unsigned long{, long}>()
Ali Mohammad Pur
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-25
AK: Add String::split_view(Function<bool(char)>)
Andreas Kling
2022-01-29
AK: Implement String's comparison operators in terms of StringView's
Daniel Bertalan
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-16
AK: Fix logic in String::operator>(const String&)
Matt Jacobson
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
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-12
AK: Escape '"' in escape_html_entities
Peter Elliott
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-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-01
AK: Pass AK::Format TypeErasedFormatParams by reference in AK::String
Brian Gianforcaro
2021-08-26
AK: Implement method to convert a String/StringView to title case
Timothy Flynn
2021-08-12
AK: Add contains(char) method to String
Jean-Baptiste Boric
2021-07-04
AK: Add generation of roman numerals to AK::String
Tobias Christiansen
2021-07-02
AK: Add input bounds checking to String::substring()
Max Wipfli
2021-07-02
AK: Add String::find_last() and inline String::find() methods
Max Wipfli
2021-07-02
AK: Implement StringView::find_all()
Max Wipfli
2021-07-02
AK: Reimplement StringView::find methods in StringUtils
Max Wipfli
2021-06-29
AK: Ensure StringBuilder capacity in String::reverse
Idan Horowitz
2021-06-18
AK: Add a way to disable the trimming of whitespace in to_*int
sin-ack
2021-06-03
AK: Allow inlining more string functions
Gunnar Beutner
2021-05-25
AK: Add String::repeated(StringView, size_t count)
Matthew Olsson
[next]