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
2020-08-24
AK: Remove redundant declaration in String.cpp
Ben Wiederhake
2020-08-22
AK: Prefer snprintf over sprintf
Ben Wiederhake
2020-07-28
AK: Make String::substring() return non-null for 0-length strings
Peter Elliott
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-26
AK: Add case insensitive String::ends_with support
Brian Gianforcaro
2020-05-26
AK: Move String::ends_with implementation to StringUtils
Brian Gianforcaro
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-11
AK: String::contains() should say no if needle or haystack is null
Andreas Kling
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-22
AK: Add FlyString::equals_ignoring_case(StringView)
Andreas Kling
2020-03-08
AK: Move memory stuff (fast memcpy, etc) to a separate header
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-03-01
AK: Remove unnecessary casts to size_t, after Vector changes
Andreas Kling
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-05
AK: Break String::number() overloads into i/l/ll and u/ul/ull
Andreas Kling
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-14
AK: Fix String[View]::split_view() returning an extra empty part
Sergey Bugaev
2020-01-14
AK: Don't return null from String[View]::substring_view()
Sergey Bugaev
2019-12-30
AK: Use stack buffers in String::number() to avoid some malloc() calls
Andreas Kling
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-19
String: Define operator>(String)
Andreas Kling
2019-10-07
AK: Make String compile on platforms where size_t==u32
Andreas Kling
2019-09-28
AK: Add a keep_empty argument to String[View]::substring{_view}
Sergey Bugaev
2019-09-11
AK: Add String::number(size_t) overload
Andreas Kling
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-08-25
AK: Add String::operator==(StringView)
Andreas Kling
2019-07-08
StringView: Rename characters() to characters_without_null_termination().
Andreas Kling
2019-07-08
String: String::to_int() should fail for any empty string, not just null.
Andreas Kling
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-07-03
AK: Add String::number() for creating a String from a number.
Andreas Kling
2019-06-14
AK: Massage it into building on my host system without breaking Serenity.
Andreas Kling
2019-06-14
AK: Fix nullptr dereference in String::matches().
Sergey Bugaev
2019-06-14
AK: Fix String::matches() with non-null-terminated StringViews.
Sergey Bugaev
2019-06-04
AK: Add String::starts_with to match String::ends_with
Conrad Pankoff
2019-06-04
AK: Add AKString::split_limit to split strings with a limit
Conrad Pankoff
2019-06-02
Take StringView in more places
Robin Burchell
2019-06-02
AK: Add implicit String -> StringView conversion
Robin Burchell
[prev]
[next]