Function String-Replace

Part of:

package c2ffi
( string-replace < source > < from > < to > &key < all > )

Returns a new string where substrings of SOURCE that match FROM are replaced with TO. All arguments should be strings, case-sensitive.