.OpenModelica.Scripting.stringSplit

Splits a string at the places given by the character

Information

Splits the string at the places given by the character, for example:

Interface

function stringSplit
  input String string;
  input String token "single character only";
  output String[:] strings;
end stringSplit;

Generated at 2025-04-24T18:20:02Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos