SIMPOL Documentation

Chapter 68. replace

This library implements the replace() function, for replacing all instances of one substring with another in a third substring.

replace()

Description

Prototype

replace ( string s, string sOldvalue, string sNewvalue )

Parameters

ParameterDefault valueType nameDescription
sNonestring
sOldvalueNonestring
sNewvalueNonestring