summaryrefslogtreecommitdiff
path: root/AK/StringView.cpp
AgeCommit message (Expand)Author
2020-02-14AK: Add a forward declaration headerAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-14AK: Fix String[View]::split_view() returning an extra empty partSergey Bugaev
2020-01-14AK: Don't return null from String[View]::substring_view()Sergey Bugaev
2019-12-29AK: Add StringView::ends_with functionShannon Booth
2019-12-09AK: Use size_t for the length of stringsAndreas Kling
2019-12-02AK: StringView::lines() should keep empty linesAndreas Kling
2019-12-02LibMarkdown: Handle CRLF line endingsTommy Nguyen
2019-09-28AK: Add a keep_empty argument to String[View]::substring{_view}Sergey Bugaev
2019-09-13StringView: Add starts_with methodMinusGix
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-08-25AK: Add StringView::hash()Andreas Kling
2019-08-04AK: Add StringView::to_int()Andreas Kling
2019-07-08StringView: Rename characters() to characters_without_null_termination().Andreas Kling
2019-06-29StringView: Make it easy to construct from a ByteBuffer.Andreas Kling
2019-06-14AK: Add more StringView utilities for making substrings.Sergey Bugaev
2019-06-08StringView: Store a StringImpl* rather than a String*.Andreas Kling
2019-06-03StringView: Make construction of String from a StringView containing a String...Robin Burchell
2019-06-02AK: Add implicit String -> StringView conversionRobin Burchell
2019-05-28Add clang-format fileRobin Burchell
2019-04-16AK: Try to use StringViews more for substrings and splitting.Andreas Kling