From 809de354ffabccd8aad2f8e441a702244c1d2536 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner <gunnar.beutner@icinga.com> Date: Wed, 7 Dec 2016 14:56:27 +0100 Subject: [PATCH] Update documentation for match() refs #13327 --- doc/18-library-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/18-library-reference.md b/doc/18-library-reference.md index 8020283d1..be49a6b0d 100644 --- a/doc/18-library-reference.md +++ b/doc/18-library-reference.md @@ -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: