summaryrefslogtreecommitdiff
path: root/AK/MemMem.h
AgeCommit message (Expand)Author
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12AK: Add String{View,}::find(StringView)AnotherTest
2020-12-08AK: Implement memmem() for iterator haystacksAnotherTest
2020-08-21AK+LibC+Kernel: Move the implementation of memmem to AKAnotherTest