summaryrefslogtreecommitdiff
path: root/AK/String.cpp
AgeCommit message (Expand)Author
2021-08-12AK: Add contains(char) method to StringJean-Baptiste Boric
2021-07-04AK: Add generation of roman numerals to AK::StringTobias Christiansen
2021-07-02AK: Add input bounds checking to String::substring()Max Wipfli
2021-07-02AK: Add String::find_last() and inline String::find() methodsMax Wipfli
2021-07-02AK: Implement StringView::find_all()Max Wipfli
2021-07-02AK: Reimplement StringView::find methods in StringUtilsMax Wipfli
2021-06-29AK: Ensure StringBuilder capacity in String::reverseIdan Horowitz
2021-06-18AK: Add a way to disable the trimming of whitespace in to_*intsin-ack
2021-06-03AK: Allow inlining more string functionsGunnar Beutner
2021-05-25AK: Add String::repeated(StringView, size_t count)Matthew Olsson
2021-05-24AK+Everywhere: Consolidate String::index_of() and String::find()Andreas Kling
2021-05-19AK: Add String::find_all() and String::count()Maciej Zygmanowski
2021-05-01AK: Move bijective-base-conversion into AK/StringTobias Christiansen
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21AK: Remove String::format()Andreas Kling
2021-04-17AK: Remove String-from-StringView optimizationAndreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-21AK: Add String{,Utils}::to_snakecase()Linus Groh
2021-02-08Everywhere: Remove unnecessary headers 2/4Ben Wiederhake
2021-01-12AK: Add String{View,}::find(StringView)AnotherTest
2021-01-12AK: Simplify constructors and conversions from nullptr_tLenny Maiorani
2020-12-30AK: Move String::number entirely to header fileAndrew Kaster
2020-12-27LibJS: Implement (mostly) spec compliant version of Number.toString()Stephan Unverwerth
2020-12-21AK: Generalize AK::String::to_int() for more typesSahan Fernando
2020-12-10AK: Add String::substring(start)Andreas Kling
2020-12-09AK: Add String::substring_view(size_t).asynts
2020-11-15Everywhere: Add missing <AK/ByteBuffer.h> includesAndreas Kling
2020-10-29AK: Make String::matches() capable of reporting match positions tooAnotherTest
2020-10-22AK: Enhance String::contains to allow case-insensitive searchesTom
2020-10-05AK: Move StringImpl::operator== implementation into StringImplNico Weber
2020-10-03Everywhere: Fix more typosLinus Groh
2020-10-02AK+Format: Do some housekeeping in the format implementation.asynts
2020-09-27AK: Move trim_whitespace() into StringUtils and add it to StringViewAnotherTest
2020-09-23AK: Resolve format related circular dependencies properly.asynts
2020-09-22AK: Use format in String::number.asynts
2020-08-30AK: Add String::copy_characters_to_buffer()Sergey Bugaev
2020-08-24AK: Remove redundant declaration in String.cppBen Wiederhake
2020-08-22AK: Prefer snprintf over sprintfBen Wiederhake
2020-07-28AK: Make String::substring() return non-null for 0-length stringsPeter Elliott
2020-07-21AK: Add case insensitive version of starts_withLuke
2020-07-13AK: Give String::index_of() an optional second "start" argumentNico Weber
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-13AK: Replace String::trim_spaces() with String::trim_whitespace()Linus Groh
2020-05-11AK: Add String::trim_spaces()Linus Groh
2020-04-13LibELF: Add find_demangled_functionItamar
2020-04-11AK: String::contains() should say no if needle or haystack is nullAndreas Kling
2020-04-01AK: Add String::replace() functionalityEmanuel Sprung
2020-03-28AK: Add some string comparison operatorsAndreas Kling