Age | Commit message (Expand) | Author |
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 |
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 |