|   |   | 
| $mask.match Matches a mask against a wildcarded one | 
| Usage | 
| <boolean> $mask.match(<wildcard_mask:string>,<fixed_mask:string>) | 
| Description | 
| Returns 1 if the <wildcard_mask> matches <fixed_mask> and 0 otherwise. <wildcard_mask> can obviously contain wildcards (* and ?). |