$str.replace

Append one string to another.
Syntax

$str.replace(string,newstr,toreplace)

Description
This function returns a string created replacing all ocurrences of the third parameter ('toreplace') in the string given as the first parameter ('string') with the string given as the second parameter ('newstr'). The string replacement is case sensitive!.

Index, Functions
KVIrc 3.2.0 Documentation
Generated by root at Fri Nov 18 01:23:48 2005