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
/
StringUtils.h
Age
Commit message (
Expand
)
Author
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2021-12-21
AK: Add convert_to_uint_from_octal
Xavier Defrang
2021-12-15
AK: Add the concept of hash-compatible types
Hendiadyoin1
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
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-08-26
AK: Implement method to convert a String/StringView to title case
Timothy Flynn
2021-07-02
AK: Implement String::find_any_of() and StringView::find_any_of()
Max Wipfli
2021-07-02
AK: Reimplement StringView::find methods in StringUtils
Max Wipfli
2021-06-18
AK: Add a way to disable the trimming of whitespace in to_*int
sin-ack
2021-06-01
AK: Add trim() method to String, StringView and StringUtils
Max Wipfli
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-21
AK: Add String{,Utils}::to_snakecase()
Linus Groh
2021-01-12
AK: Add String{View,}::find(StringView)
AnotherTest
2021-01-03
AK: Add String{,View}::is_whitespace()
AnotherTest
2020-12-21
AK: Generalize AK::String::to_int() for more types
Sahan Fernando
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-09-27
AK: Move trim_whitespace() into StringUtils and add it to StringView
AnotherTest
2020-07-21
AK: Add case insensitive version of starts_with
Luke
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-21
AK: StringUtils, add "convert_to_uint_from_hex" method
Hüseyin ASLITÜRK
2020-03-22
AK: Add FlyString::equals_ignoring_case(StringView)
Andreas Kling
2020-03-22
AK: Run clang-format on StringUtils.{cpp,h}
Andreas Kling
2020-03-02
AK: Add missing copyright headers to StringUtils.{cpp,h}
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