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
2020-12-09
AK: Add String::substring_view(size_t).
asynts
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-10-03
Everywhere: Fix more typos
Linus Groh
2020-10-02
AK+Format: Do some housekeeping in the format implementation.
asynts
2020-09-27
AK: Move trim_whitespace() into StringUtils and add it to StringView
AnotherTest
2020-09-23
AK: Resolve format related circular dependencies properly.
asynts
2020-09-22
AK: Use format in String::number.
asynts
2020-09-14
AK: Lower the requirements for InputStream::eof and rename it.
asynts
2020-09-08
AK: Add generic SimpleIterator class to replace VectorIterator.
asynts
2020-09-01
Streams: Distinguish recoverable and fatal errors.
asynts
2020-08-30
AK: Add String::copy_characters_to_buffer()
Sergey Bugaev
2020-08-30
AK: Stream operators for String for generic streams.
asynts
2020-08-24
AK: Document that String{,Impl} contains NUL-terminator
Ben Wiederhake
2020-08-06
AK: Add InputStream abstraction and InputMemoryStream implementation.
asynts
2020-08-06
AK: Add String constructor from ReadonlyBytes.
asynts
2020-07-28
AK: Tweak String::is_one_of() and FlyString::is_one_of()
Andreas Kling
2020-07-27
AK: Add span() / bytes() methods to container types.
asynts
2020-07-21
AK: Add case insensitive version of starts_with
Luke
2020-07-13
AK: Give String::index_of() an optional second "start" argument
Nico Weber
2020-06-12
AK: Make string-to-number conversion helpers return Optional
Andreas Kling
2020-05-30
AK: Make {String,FlyString}::is_one_of() const
Andreas Kling
2020-05-26
AK: Mark some popular String member functions ALWAYS_INLINE
Andreas Kling
2020-05-26
AK: Add case insensitive String::ends_with support
Brian Gianforcaro
2020-05-25
AK: Add String::is_one_of(...)
Andreas Kling
2020-05-13
AK: Replace String::trim_spaces() with String::trim_whitespace()
Linus Groh
2020-05-11
AK: Add String::trim_spaces()
Linus Groh
2020-04-13
LibELF: Add find_demangled_function
Itamar
2020-04-01
AK: Add String::replace() functionality
Emanuel Sprung
2020-03-28
AK: Add some string comparison operators
Andreas Kling
2020-03-23
AK: Reduce header dependency graph of String.h
Andreas Kling
2020-03-22
AK: Add FlyString::to_lowercase() and LogStream operator<<(FlyString)
Andreas Kling
2020-03-10
AK: Add begin() and end() to String and StringView
howar6hill
2020-03-08
AK: Move memory stuff (fast memcpy, etc) to a separate header
Andreas Kling
2020-03-08
AK: Use __builtin_memset() and such to reduce header dependencies
Andreas Kling
2020-03-02
AK: Move to_int(), to_uint() implementations to StringUtils (#1338)
howar6hill
2020-03-02
AK: Move the wildcard-matching implementation to StringUtils
howar6hill
2020-02-15
AK: Add String starts_with(char) & ends_with(char)
Shannon Booth
2020-02-14
AK: Add a forward declaration header
Andreas Kling
2020-02-13
AK: Move escape_html_entities() from LibHTML to AK
Andreas Kling
2020-02-10
AK: Remove bitrotted Traits::dump() mechanism
Andreas Kling
2020-02-05
AK: Break String::number() overloads into i/l/ll and u/ul/ull
Andreas Kling
2020-02-05
AK: Add support for 64-bit size_t
joshua stein
2020-01-22
AK: Also add a keep_empty argument to String::split[_limit]()
Sergey Bugaev
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-06
AK+Demos+Libraries: Remove executable permissions from {.cpp,.h} files
Shannon Booth
2019-12-18
AK: Add String::equals_ignoring_case(StringView)
Andreas Kling
2019-12-09
AK: Use size_t for the length of strings
Andreas Kling
2019-10-28
AK: Add String::contains(String)
Andreas Kling
2019-10-18
AK: Add String::hash()
Andreas Kling
[prev]
[next]