From: Gunnar Beutner Date: Wed, 7 Dec 2016 13:56:27 +0000 (+0100) Subject: Update documentation for match() X-Git-Tag: v2.6.0~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=809de354ffabccd8aad2f8e441a702244c1d2536;p=icinga2 Update documentation for match() refs #13327 --- 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: