Files
ladybird/AK
Max Wipfli 3bdaed501e AK+Everywhere: Remove StringView::find_{first,last}_of(char) methods
This removes StringView::find_first_of(char) and find_last_of(char) and
replaces all its usages with find and find_last respectively. This is
because those two methods are functionally equivalent.
find_{first,last}_of should only be used if searching for multiple
different characters, which is never the case with the char argument.

This also adds the [[nodiscard]] to the remaining find_{first,last}_of
methods.
2021-07-02 21:54:21 +02:00
..
2021-06-09 23:05:32 +04:30
2021-05-19 23:37:10 +01:00
2021-05-19 23:37:10 +01:00
2021-06-29 13:18:03 +02:00
2021-06-24 09:27:13 +02:00
2021-05-14 22:24:02 +02:00
2021-05-14 22:24:02 +02:00
2021-05-26 16:36:53 +04:30
2021-05-08 18:10:56 +02:00
2021-06-08 12:15:04 +02:00
2021-05-18 18:48:15 +01:00
2021-04-29 22:23:52 +02:00
2021-06-28 15:55:00 +02:00
2021-06-24 00:38:23 +02:00
2021-04-23 16:46:57 +02:00