str.fwildcard
Wildcard check. Check if a string coincides with the specified mask.
method uint str.fwildcard (
str wildcard
)
str wildcard
)
Parameters
wildcard | The mask being checked. It can contain '?' (one character) and '*' (any number of characters). |
Return value
Returns 1 if the string coincides with the mask.
Related links | Source |