.OpenModelica.Scripting.stringReplace

Replaces all occurrences of a token with another token in a string.

Interface

function stringReplace
  input String str;
  input String source;
  input String target;
  output String res;
end stringReplace;

Generated at 2025-05-10T18:20:09Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos