![]() |
![]() |
$str.matchnocaseMatches a fixed string agains a wildcard expression (case insensitive) |
|
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 insensitive. |
|
Examples | |
|
|
See also | |
$str.match() |