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
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
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