mirror of
https://github.com/godotengine/godot
synced 2024-11-02 12:55:22 +00: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 |
||
---|---|---|
.. | ||
doc_classes | ||
icons | ||
tests | ||
config.py | ||
regex.cpp | ||
regex.h | ||
register_types.cpp | ||
register_types.h | ||
SCsub |