Gentee Programming Language > Documentation > Libraries Download documentation

str.replace

The method replaces data in a string.
 
str str.replace(
      uint   offset,
      uint   size,
      str   value
)

Parameters

offsetThe offset of the data being replaced.
sizeThe size of the data being replaced.
valueThe string being inserted.

Return value

Returns the object which method has been called.

See also

    Strings


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