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.

ustr.findch

Find the character in the unicode string.

method uint ustr.findch (
   uint off,
   ushort symbol
)

Parameters

off The offset to start searching from.
symbol Search character.

Return value

The offset of the character if it is found. If the character is not found, the length of the string is returned.


ustr.findch

Find the character in the unicode string from the beginning of the string.

method uint ustr.findch (
   ushort symbol
)

Parameters

symbol Search character.

Related links

Source