N
AME
string_replace
- do string replacements
S
YNTAX
#include "stralloc.h"
struct pike_string *string_replace(struct pike_string *str,
struct pike_string *from,
struct pike_string *to);
D
ESCRIPTION
This function builds a new string from 'str' with all occurances of 'from' replaced by 'to'. Note that the new string will have one extra reference.
K
EYWORDS
pike_string