.OpenModelica.Scripting.stringSplit

Splits the string at the places given by the character

Interface

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

Generated at 2025-03-29T19:24:44Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos