EnglishРусский  
 Share/Save/Bookmark
 

Ads

Installer and installation software
Commercial and Freeware installers.

str.substr

Getting a substring.

method str str.substr (
   str src,
   uint off,
   uint len
)

Parameters

src Initial string.
off Substring offset.
len Substring size.

Return value

Returns the object which method has been called.


str.substr

Get a substring. The result substring will be written over the existing string.

method str str.substr (
   uint off,
   uint len
)

Parameters

off Substring offset.
len Substring size.

Related links

Source