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

Converting to lowercase. The method converts characters in a string to lowercase.

method str str.lower()

Return value

Returns the object which method has been called.


str.lower

Convert a substring in the specified string to lowercase.

method str str.lower (
   uint off,
   uint size
)

Parameters

off Substring offset.
size Substring size.

Related links

Source