Replace substring of a string with a newstring.
returnedString = strsubst(string, oldString, newString)
returnedString - type: str
string - type: str
oldString - type: str
newString - type: str
strpiece, strcontains, strcontainsnocase, strendswith, String Functions