Age | Commit message (Expand) | Author |
2022-12-20 | AK: Add DeprecatedString::find_last(StringView) | Agustin Gianni |
2022-12-06 | AK: Introduce the new String, replacement for DeprecatedString | Andreas Kling |
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-11-26 | AK: Make it possible to not `using` AK classes into the global namespace | Andreas Kling |
2022-11-06 | Everywhere: Remove redundant inequality comparison operators | Daniel Bertalan |
2022-10-24 | AK: Add SplitBehavior::KeepTrailingSeparator with tests | demostanis |
2022-10-24 | AK+Everywhere: Turn bool keep_empty to an enum in split* functions | demostanis |
2022-10-23 | AK: Add to_{double, float} convenience functions to all string types | davidot |
2022-10-14 | AK: Add StringView::find_last_not | Undefine |
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 |
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 |