.MetaModelica.substring

Information

Returns substring, does not fail for bogus inputs.

Interface

function substring
  input String str;
  input Integer start "start index, first character is 1";
  input Integer stop "stop index, first character is 1";
  output String out "Length is stop-start+1";
end substring;

Generated at 2024-04-19T18:16:02Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos