![]() |
![]() |
$str.matchMatches a fixed string agains a wildcard expression |
|
Syntax | |
|
|
Description | |
Returns 1 if the fixed <string> matches the <wildcard_expression>, 0 otherwise. The <wildcard_expression> is a string containing the classic '?' and '*' wildcards. The match is case sensitive. |
|
Examples | |
|
|
See also | |
$str.matchnocase() |