mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 08:36:12 +00:00
AK: Move the wildcard-matching implementation to StringUtils
Provide wrappers in the String and StringView classes, and add some tests.
This commit is contained in:
parent
2a30a020c1
commit
055344f346
Notes:
sideshowbarker
2024-07-19 17:38:07 +09:00
Author: https://github.com/f-eiwu
Commit: 055344f346
Pull-request: https://github.com/SerenityOS/serenity/pull/1302
Reviewed-by: https://github.com/awesomekling
16 changed files with 147 additions and 62 deletions
|
@ -8,6 +8,7 @@ OBJS = \
|
|||
../../AK/StringImpl.o \
|
||||
../../AK/StringBuilder.o \
|
||||
../../AK/StringView.o \
|
||||
../../AK/StringUtils.o \
|
||||
../../AK/JsonValue.o \
|
||||
../../AK/JsonParser.o \
|
||||
../../AK/LogStream.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue