ReplaceStr constructor

ReplaceStr(
  1. Object value,
  2. Object find,
  3. Object replace
)

Implementation

ReplaceStr(this.value, this.find, this.replace);