mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
a0dbdcc3ab
* 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 |
||
---|---|---|
.. | ||
char_range.inc | ||
char_utils.h | ||
locales.h | ||
node_path.cpp | ||
node_path.h | ||
optimized_translation.cpp | ||
optimized_translation.h | ||
print_string.cpp | ||
print_string.h | ||
SCsub | ||
string_buffer.h | ||
string_builder.cpp | ||
string_builder.h | ||
string_name.cpp | ||
string_name.h | ||
translation_po.cpp | ||
translation_po.h | ||
translation.compat.inc | ||
translation.cpp | ||
translation.h | ||
ucaps.h | ||
ustring.cpp | ||
ustring.h |