strsubst

Purpose

Replace substring of a string with a newstring.

Syntax

returnedString = strsubst(string, oldString, newString)

returnedString - type: str
string - type: str
oldString - type: str
newString - type: str

Returns

Remarks

Example

See Also

strpiece, strcontains, strcontainsnocase, strendswith, String Functions