Update documentation for match()

refs #13327
This commit is contained in:
Gunnar Beutner 2016-12-07 14:56:27 +01:00
parent cda29b070f
commit 809de354ff
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ Signature:
function match(pattern, text)
Returns true if the wildcard (`\*`) pattern matches the text, false otherwise.
Returns true if the wildcard (`?*`) pattern matches the text, false otherwise.
Example: