.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-02-24T19:19:10Z by OpenModelicaOpenModelica 1.26.2 using GenerateDoc.mos