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
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
2021-05-24
AK+Everywhere: Consolidate String::index_of() and String::find()
Andreas Kling
2021-05-19
AK: Add String::find_all() and String::count()
Maciej Zygmanowski
2021-05-01
AK: Move bijective-base-conversion into AK/String
Tobias Christiansen
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
AK: Remove String::format()
Andreas Kling
2021-04-17
AK: Remove String-from-StringView optimization
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-21
AK: Add String{,Utils}::to_snakecase()
Linus Groh
2021-02-08
Everywhere: Remove unnecessary headers 2/4
Ben Wiederhake
2021-01-12
AK: Add String{View,}::find(StringView)
AnotherTest
2021-01-12
AK: Simplify constructors and conversions from nullptr_t
Lenny Maiorani
2020-12-30
AK: Move String::number entirely to header file
Andrew Kaster
2020-12-27
LibJS: Implement (mostly) spec compliant version of Number.toString()
Stephan Unverwerth
2020-12-21
AK: Generalize AK::String::to_int() for more types
Sahan Fernando
2020-12-10
AK: Add String::substring(start)
Andreas Kling
2020-12-09
AK: Add String::substring_view(size_t).
asynts
2020-11-15
Everywhere: Add missing <AK/ByteBuffer.h> includes
Andreas Kling
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-05
AK: Move StringImpl::operator== implementation into StringImpl
Nico Weber
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-08-30
AK: Add String::copy_characters_to_buffer()
Sergey Bugaev
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
[next]