Images 💾

Last commit ⭐

commit 9a2ee5a9dd792359440429832ac564f5dde2b315
Author:     Agustin Gianni <agustingianni@gmail.com>
AuthorDate: Thu Dec 15 21:20:14 2022 +0000
Commit:     Andreas Kling <kling@serenityos.org>
CommitDate: Tue Dec 20 11:24:05 2022 +0100

    AK: Add DeprecatedString::find_last(StringView)
    
    This adds the the method DeprecatedString::find_last() as wrapper for
    StringUtils::find_last for the StringView type.