Gentee Programming Language > Documentation > Libraries Download documentation

str.lowersub

Convert a substring in the specified string to lowercase.
 
str str.lowersub(
      uint   off,
      uint   size
)

Parameters

offSubstring offset.
sizeSubstring size.

Return value

Returns the object which method has been called.

See also

    Strings


 Copyright © 2004-2006 Gentee Inc. All rights reserved.