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.h
Age
Commit message (
Expand
)
Author
2023-03-09
AK: Make FlyString::hash() use the cached hash in StringData if possible
Andreas Kling
2023-03-08
AK+LibUnicode: Implement String::equals_ignoring_case without allocating
Timothy Flynn
2023-03-08
AK: Make String::contains(code_point) handle non-ASCII
Timothy Flynn
2023-03-08
AK: Make String::{starts,ends}_with(code_point) handle non-ASCII
Timothy Flynn
2023-03-03
AK: Ensure short String instances are valid UTF-8
Timothy Flynn
2023-03-03
AK: Add String::ends_with{,_bytes}()
Linus Groh
2023-02-28
AK: Add two starts_with{bytes,}() APIs to String
Ali Mohammad Pur
2023-02-25
AK: Use the same consteval condition on _short_string as its factory
Timothy Flynn
2023-02-25
AK: Add operator""_{short_,}string to create a String from a literal
Linus Groh
2023-02-21
AK: Add String::from_stream method
Andrew Kaster
2023-02-21
AK: Make String const-correct internally
Andreas Kling
2023-02-04
AK: Use constexpr instead of consteval on OpenBSD
nipos
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-24
AK: Remove [[nodiscard]] attribute from String methods returning ErrorOr
Timothy Flynn
2023-01-22
AK: Add a String factory to create a string from a single code point
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: Disable use of consteval in String::from_utf8_short_string for Apple
Timothy Flynn
2023-01-20
AK: Support creating known short string literals at compile time
Timothy Flynn
2023-01-18
AK+LibUnicode: Provide Unicode-aware caseless String matching
Timothy Flynn
2023-01-16
AK+LibUnicode: Provide Unicode-aware String titlecase transformation
Timothy Flynn
2023-01-15
AK: Add String::to_number
Timothy Flynn
2023-01-15
AK: Add String::contains
Timothy Flynn
2023-01-15
AK: Add String::is_one_of for variadic string comparison
Timothy Flynn
2023-01-15
AK: Add a somewhat naive implementation of String::reverse
Timothy Flynn
2023-01-13
AK: Add support for "debug only" formatters
MacDue
2023-01-12
AK: Implement FlyString for the new String class
Timothy Flynn
2023-01-09
AK+LibUnicode: Provide Unicode-aware String case transformations
Timothy Flynn
2022-12-11
AK: Add comparison operator
kleines Filmröllchen
2022-12-09
Everywhere: Use C++ concepts instead of requires clauses
Moustafa Raafat
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-12-03
Everywhere: Run clang-format
Linus Groh
2022-11-26
AK: Make it possible to not `using` AK classes into the global namespace
Andreas Kling
2022-11-06
Everywhere: Remove redundant inequality comparison operators
Daniel Bertalan
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-15
AK: Add a helper to get the last split-group
Hendiadyoin1
2022-07-12
AK: Remove String <-> char const* comparison operators
sin-ack
2022-07-06
AK: Use an enum instead of a bool for String::replace(all_occurences)
DexesTTP
2022-05-26
AK: Add invert_case() and invert_case(StringView)
huttongrabiel
2022-04-10
AK: Remove `KERNEL` check from `String`
Jelle Raaijmakers
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-02-25
AK: Add String::split_view(Function<bool(char)>)
Andreas Kling
[next]