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.cpp
Age
Commit message (
Expand
)
Author
2023-06-04
Everywhere: Move global Kernel pattern code to Kernel/Library directory
Liav A
2023-03-10
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
Andreas Kling
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-21
Everywhere: Remove string.h include from AK/Traits.h and resolve fallout
Andrew Kaster
2023-01-02
Everywhere: Remove unused includes of AK/Memory.h
Ben Wiederhake
2022-12-27
AK: Make StringUtils::matches() handle escaping correctly
Florian Cramer
2022-12-20
AK: Add DeprecatedString::find_last(StringView)
Agustin Gianni
2022-12-16
AK: Synchronize explicit instantiations of to_int and to_uint
Timothy Flynn
2022-12-06
AK: Introduce the new String, replacement for DeprecatedString
Andreas Kling
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-23
AK: Add to_{double, float} convenience functions to all string types
davidot
2022-10-20
AK: Do not append string bytes as code points when title-casing a string
Timothy Flynn
2022-10-14
AK: Add StringView::find_last_not
Undefine
2022-10-14
AK: Make StringUtils::matches() handle escaping
demostanis
2022-10-11
AK+Tests: Correct off-by-one error when right-trimming text
Sam Atkins
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
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-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-18
AK+Tests: Fix StringUtils::contains() being confused by repeating text
Sam Atkins
2022-02-16
AK: Exclude StringUtils String APIs from the Kernel
Idan Horowitz
2021-12-21
AK: Add convert_to_uint_from_octal
Xavier Defrang
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-10-05
AK: Expand to_int<i64> to to_int<long> and to_int<long long>
Peter Elliott
2021-09-28
AK: Eliminate avoidable strlen call in String::matches
Idan Horowitz
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-08-03
Everywhere: Make use of container version of all_of
Lenny Maiorani
2021-07-07
AK: Replace usages of ctype.h with CharacterTypes.h
Max Wipfli
2021-07-02
AK: Implement String::find_any_of() and StringView::find_any_of()
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-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-04-17
AK: Remove String-from-StringView optimization
Andreas Kling
2021-04-17
AK: Implement case-insensitive StringUtils::matches() without allocs
Andreas Kling
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-02-21
AK: Add String{,Utils}::to_snakecase()
Linus Groh
2021-01-12
AK: Add String{View,}::find(StringView)
AnotherTest
2021-01-11
AK: Specialise convert_to_uint<T> and to_uint<T> for 'long' variants
AnotherTest
2021-01-03
AK: Add String{,View}::is_whitespace()
AnotherTest
2020-12-29
AK: Allow trailing '*'s in a glob pattern to match nothing
AnotherTest
2020-12-21
AK: Check for overflow in StringUtils::convert_to_int
Sahan Fernando
2020-12-21
AK: Generalize AK::String::to_int() for more types
Sahan Fernando
2020-11-17
AK: Trim whitespace in StringUtils::convert_to_{int,uint,uint_from_hex}()
Linus Groh
2020-11-14
AK: Fix StringUtils::contains() case insensitive search
Linus Groh
2020-10-29
AK: Make String::matches() capable of reporting match positions too
AnotherTest
[next]