.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 2026-06-25T20:19:00Z by OpenModelicaOpenModelica 1.26.9 using GenerateDoc.mos