mirror of
https://github.com/godotengine/godot.git
synced 2025-03-13 23:41:08 +08:00
* 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