firestring_estr_replace() copies
source
into
dest,
replacing all instances from
from
with
to.
If there is insufficient space in
dest,
the function returns 1 and the contents of
dest
are undefined.
RETURN VALUE
0 if the replacement was successful; 1 if there was insufficient space in
destination
for the replacement to occur.