summaryrefslogtreecommitdiff
path: root/AK/StringUtils.h
AgeCommit message (Expand)Author
2023-03-10Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_caseAndreas Kling
2022-12-20AK: Add DeprecatedString::find_last(StringView)Agustin Gianni
2022-12-06AK: Introduce the new String, replacement for DeprecatedStringAndreas Kling
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-26AK: Make it possible to not `using` AK classes into the global namespaceAndreas Kling
2022-11-06Everywhere: Remove redundant inequality comparison operatorsDaniel Bertalan
2022-10-24AK: Add SplitBehavior::KeepTrailingSeparator with testsdemostanis
2022-10-24AK+Everywhere: Turn bool keep_empty to an enum in split* functionsdemostanis
2022-10-23AK: Add to_{double, float} convenience functions to all string typesdavidot
2022-10-14AK: Add StringView::find_last_notUndefine
2022-07-06AK: Use an enum instead of a bool for String::replace(all_occurences)DexesTTP
2022-05-26AK: Add invert_case() and invert_case(StringView)huttongrabiel
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-12-21AK: Add convert_to_uint_from_octalXavier Defrang
2021-12-15AK: Add the concept of hash-compatible typesHendiadyoin1
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-09-11AK: Replace the mutable String::replace API with an immutable versionIdan Horowitz
2021-09-11AK: Make String::count not use strstr and take a StringViewIdan Horowitz
2021-08-26AK: Implement method to convert a String/StringView to title caseTimothy Flynn
2021-07-02AK: Implement String::find_any_of() and StringView::find_any_of()Max Wipfli
2021-07-02AK: Reimplement StringView::find methods in StringUtilsMax Wipfli
2021-06-18AK: Add a way to disable the trimming of whitespace in to_*intsin-ack
2021-06-01AK: Add trim() method to String, StringView and StringUtilsMax Wipfli
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-21AK: Add String{,Utils}::to_snakecase()Linus Groh
2021-01-12AK: Add String{View,}::find(StringView)AnotherTest
2021-01-03AK: Add String{,View}::is_whitespace()AnotherTest
2020-12-21AK: Generalize AK::String::to_int() for more typesSahan Fernando
2020-10-29AK: Make String::matches() capable of reporting match positions tooAnotherTest
2020-10-22AK: Enhance String::contains to allow case-insensitive searchesTom
2020-09-27AK: Move trim_whitespace() into StringUtils and add it to StringViewAnotherTest
2020-07-21AK: Add case insensitive version of starts_withLuke
2020-06-12AK: Make string-to-number conversion helpers return OptionalAndreas Kling
2020-05-26AK: Add case insensitive String::ends_with supportBrian Gianforcaro
2020-05-26AK: Move String::ends_with implementation to StringUtilsBrian Gianforcaro
2020-05-21AK: StringUtils, add "convert_to_uint_from_hex" methodHüseyin ASLITÜRK
2020-03-22AK: Add FlyString::equals_ignoring_case(StringView)Andreas Kling
2020-03-22AK: Run clang-format on StringUtils.{cpp,h}Andreas Kling
2020-03-02AK: Add missing copyright headers to StringUtils.{cpp,h}Andreas Kling
2020-03-02AK: Move to_int(), to_uint() implementations to StringUtils (#1338)howar6hill
2020-03-02AK: Move the wildcard-matching implementation to StringUtilshowar6hill