Replace string
needs(code_samples);
Function Syntax
buffer replace_string(buffer original ,string find ,string replace )
buffer replace_string(string original ,string find ,string replace )
- original is the starting string or buffer
- find is the text to find in original
- replace is the text to substitute for find
Replaces
Special
First all what?