Gentee Programming Language > Documentation > Libraries Download documentation

str.fwildcard

Check if a string coincides with the specified mask.
 
uint str.fwildcard(
      str   wildcard
)

Parameters

wildcardThe mask being checked. It can contain '?' (one character) and '*' (any number of characters).

Return value

Returns 1 if the string coincides with the mask.

See also

    Strings


 Copyright © 2004-2006 Gentee Inc. All rights reserved.