mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
classref: Sync with current master branch (dc5f1b7)
This commit is contained in:
@@ -536,8 +536,8 @@ Returns ``true`` if the string contains ``what``. In GDScript, this corresponds
|
||||
|
||||
.. code-tab:: csharp
|
||||
|
||||
GD.Print("Node".Contains("de")); // Prints true
|
||||
GD.Print("team".Contains("I")); // Prints false
|
||||
GD.Print("Node".Contains("de")); // Prints True
|
||||
GD.Print("team".Contains("I")); // Prints False
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user