strReplace#

swordfish.function.strReplace()#

Return a copy of str and replace all occurrences of pattern with replacement.

参数:
  • str (Constant) -- A string scalar/vector.

  • pattern (Constant) -- A string scalar/vector.

  • replacement (Constant) -- A string scalar/vector.