A Thousand Ships
a0dbdcc3ab
Replace find with contains/has where applicable
...
* Replaces `find(...) != -1` with `contains` for `String`
* Replaces `find(...) == -1` with `!contains` for `String`
* Replaces `find(...) != -1` with `has` for containers
* Replaces `find(...) == -1` with `!has` for containers
2024-05-08 12:37:42 +02:00
..
2024-05-02 14:01:18 +02:00
2024-05-02 14:01:18 +02:00
2024-05-08 12:37:42 +02:00
2024-05-02 14:01:18 +02:00
2024-05-08 10:12:46 +02:00
2024-05-02 14:01:18 +02:00
2024-05-07 13:48:56 +02:00
2024-05-08 12:37:42 +02:00
2024-05-08 12:37:42 +02:00
2024-04-27 11:59:58 -07:00
2024-05-08 17:15:38 +08:00
2024-05-03 17:20:30 +10:00
2024-05-08 12:37:42 +02:00
2024-05-04 16:08:55 +02:00
2024-05-06 18:03:37 +02:00
2024-04-27 11:59:58 -07:00
2024-05-08 12:37:42 +02:00
2024-04-30 16:26:42 +03:00
2024-05-08 12:37:42 +02:00
2024-05-08 12:37:42 +02:00
2024-05-08 12:37:42 +02:00
2024-05-08 12:37:42 +02:00
2024-05-04 16:08:55 +02:00
2024-05-04 16:08:55 +02:00
2024-04-25 19:38:57 -04:00