strfindreplace performs a find-and-replace operation in a string matrix.
Return Value
smStringNew is a string matrix in which the substring ssFind is replaced by the string ssReplace.
Parameters
smStringOld is the source string matrix.
ssFind is the find string.
ssReplace is the replace string.
Example
strfindreplace("This is not a string", "not a", "a")
This is a string
See also
id-955252