mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
classref: Sync with current master branch (45fc515)
This commit is contained in:
@@ -1032,7 +1032,7 @@ Returns ``true`` if the string is a path, and its starting point is dependent on
|
||||
|
||||
:ref:`bool<class_bool>` **is_subsequence_of**\ (\ text\: :ref:`String<class_String>`\ ) |const| :ref:`🔗<class_String_method_is_subsequence_of>`
|
||||
|
||||
Returns ``true`` if all characters of this string can be found in ``text`` in their original order.
|
||||
Returns ``true`` if all characters of this string can be found in ``text`` in their original order. This is not the same as :ref:`contains()<class_String_method_contains>`.
|
||||
|
||||
::
|
||||
|
||||
@@ -1053,7 +1053,7 @@ Returns ``true`` if all characters of this string can be found in ``text`` in th
|
||||
|
||||
:ref:`bool<class_bool>` **is_subsequence_ofn**\ (\ text\: :ref:`String<class_String>`\ ) |const| :ref:`🔗<class_String_method_is_subsequence_ofn>`
|
||||
|
||||
Returns ``true`` if all characters of this string can be found in ``text`` in their original order, **ignoring case**.
|
||||
Returns ``true`` if all characters of this string can be found in ``text`` in their original order, **ignoring case**. This is not the same as :ref:`containsn()<class_String_method_containsn>`.
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
|
||||
Reference in New Issue
Block a user