summaryrefslogtreecommitdiff
path: root/AK/StringUtils.h
AgeCommit message (Expand)Author
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