godot/modules/regex
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
..
doc_classes GDScript: Add raw string literals (r-strings) 2023-09-11 18:34:33 +03:00
icons
tests Add additional unit tests for RegEx 2024-04-10 23:24:27 +02:00
SCsub pcre2: Remove unused sjlit files after last update 2024-03-15 09:38:45 +01:00
config.py
regex.cpp Replace `find` with `contains/has` where applicable 2024-05-08 12:37:42 +02:00
regex.h
register_types.cpp
register_types.h