Gentee Programming Language > Documentation > Libraries Download documentation

str.insert

The method inserts one string into another.
 
str str.insert(
      uint   offset,
      str   value
)

Parameters

offsetThe offset where string will be inserted.
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.