.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-07-26T18:16:02Z by OpenModelicaOpenModelica 1.23.1 using GenerateDoc.mos