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.islast

Check the final character.

method uint str.islast (
   uint symbol
)

Parameters

symbol The character being checked.

Return value

Returns 1 if the last character in the string coincides with the specified one and 0 otherwise.

Related links

Source