str.replacech
Replace a character. The method copies a source string with the replacing a character to a string.
method str str.replacech (
str src,
uint from,
str to
)
str src,
uint from,
str to
)
Parameters
src | Initial string. |
from | A character to be replaced. |
to | A string for replacing. |
Return value
Returns the object which method has been called.
Related links | Source |