mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 07:04:37 +02:00
Fix match function signature to match its description
This commit is contained in:
parent
61a93fdc0d
commit
905a1dd474
@ -380,7 +380,7 @@ null
|
|||||||
Signature:
|
Signature:
|
||||||
|
|
||||||
```
|
```
|
||||||
function match(pattern, text, mode)
|
function match(pattern, value, mode)
|
||||||
```
|
```
|
||||||
|
|
||||||
Returns true if the wildcard (`?*`) `pattern` matches the `value`, false otherwise.
|
Returns true if the wildcard (`?*`) `pattern` matches the `value`, false otherwise.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user