classref: Sync with current master branch (929333fe2)

This commit is contained in:
Rémi Verschelde
2023-02-07 17:52:34 +01:00
parent 471ee84a9f
commit fc314262d1
124 changed files with 3532 additions and 2028 deletions
+1 -1
View File
@@ -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