.OpenModelica.Scripting.strtok

Splits a string at the places given by the token.

Information

Splits a string at the places given by the token, for example:

Note: strtok does not return empty tokens. To split a read file into lines, use stringSplit instead (splits only on character).

Interface

function strtok
  input String string;
  input String token;
  output String[:] strings;
end strtok;

Generated at 2025-05-10T18:20:09Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos