Gentee Programming Language > Documentation > Libraries Download documentation

str.replacech

The method copies a source string with the replacing a character to a string.
 
str str.replacech(
      str   src,
      uint   from,
      str   to
)

Parameters

srcInitial string.
fromA character to be replaced.
toA string for replacing.

Return value

Returns the object which method has been called.

See also

    Strings


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