Gentee Programming Language > Documentation > Libraries | Download documentation |
Check if a string coincides with the specified mask.
uint str.fwildcard( str wildcard )
wildcard The mask being checked. It can contain '?' (one character) and '*' (any number of characters).
Returns 1 if the string coincides with the mask.
See also![]() |
![]() Copyright © 2004-2006 Gentee Inc. All rights reserved. ![]() |