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 21:32:20 +02:00
2024-05-03 01:21:34 +02:00
2023-07-20 15:01:39 +08:00
2023-12-13 13:30:28 -05:00
2023-12-13 13:30:28 -05:00
2023-01-05 13:25:55 +01:00
2023-01-05 13:25:55 +01:00
2024-02-14 11:20:36 -03:00
2024-02-14 11:20:36 -03:00
2020-11-07 20:17:12 -03:00
2023-01-05 13:25:55 +01:00
2023-01-05 13:25:55 +01:00
2023-01-05 13:25:55 +01:00
2023-11-06 12:40:44 +02:00
2024-02-14 15:38:57 -05:00
2024-01-29 09:59:18 +01:00
2023-01-05 13:25:55 +01:00
2024-02-23 01:50:18 +01:00
2024-04-20 02:36:41 -07:00
2024-03-31 18:40:14 +08:00
2023-01-05 13:25:55 +01:00
2024-05-08 12:37:42 +02:00
2024-05-07 10:53:00 -04:00