mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 19:29:06 +00:00
classref: Sync with current master branch (929333fe2)
This commit is contained in:
@@ -1142,7 +1142,7 @@ Removes a set of characters defined in ``chars`` from the string's beginning. Se
|
||||
|
||||
:ref:`bool<class_bool>` **match** **(** :ref:`String<class_String>` expr **)** |const|
|
||||
|
||||
Does a simple expression match, where ``*`` matches zero or more arbitrary characters and ``?`` matches any single character except a period (``.``). An empty string or empty expression always evaluates to ``false``.
|
||||
Does a simple expression match (also called "glob" or "globbing"), where ``*`` matches zero or more arbitrary characters and ``?`` matches any single character except a period (``.``). An empty string or empty expression always evaluates to ``false``.
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
|
||||
Reference in New Issue
Block a user