mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 21:55:03 +02:00
Merge pull request #8836 from lyknode/bugfix/doc-fix-match-signature
Fix match function signature to match its description
This commit is contained in:
commit
5a114a6bf2
@ -380,7 +380,7 @@ null
|
||||
Signature:
|
||||
|
||||
```
|
||||
function match(pattern, text, mode)
|
||||
function match(pattern, value, mode)
|
||||
```
|
||||
|
||||
Returns true if the wildcard (`?*`) `pattern` matches the `value`, false otherwise.
|
||||
|
Loading…
x
Reference in New Issue
Block a user