.OpenModelica.Scripting.stringSplit

Information

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 2024-04-24T18:15:52Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos