EnglishРусский  
The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

Ads

Installer and installation software
Commercial and Freeware installers.

str.fwildcard

Wildcard check. Check if a string coincides with the specified mask.

method uint str.fwildcard (
   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