1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-13 01:40:59 +00:00
serenity/Userland/DevTools
Max Wipfli 9cc35d1ba3 AK: Implement String::find_any_of() and StringView::find_any_of()
This implements StringUtils::find_any_of() and uses it in
String::find_any_of() and StringView::find_any_of(). All uses of
find_{first,last}_of have been replaced with find_any_of(), find() or
find_last(). find_{first,last}_of have subsequently been removed.
2021-07-02 21:54:21 +02:00
..
HackStudio AK: Implement String::find_any_of() and StringView::find_any_of() 2021-07-02 21:54:21 +02:00
Inspector AK+Everywhere: Change int to size_t in JsonObject and JsonArray 2021-06-29 13:18:03 +02:00
IPCCompiler Userland: Remove dummy IPC methods 2021-06-24 00:38:58 +02:00
Playground Playground: Prompt to save changes after the user picked a file to open 2021-06-22 22:56:22 +02:00
Profiler AK: Implement String::find_any_of() and StringView::find_any_of() 2021-07-02 21:54:21 +02:00
StateMachineGenerator Userland: Change typedef to using directive 2021-05-21 10:07:22 +01:00
UserspaceEmulator AK+Everywhere: Add and use static APIs for LexicalPath 2021-06-30 11:13:54 +02:00
CMakeLists.txt Userland: Disable Hackstudio and UE on x86_64 2021-06-30 19:05:51 +02:00