.FaultTriggering.Utilities.Internal.readToLastDot

Information

This fuction reads the string after the last dot. Helpfull for model names

Interface

function readToLastDot
  input String inputString = "a.b.c" "string input";
  output String beforeDot "part before last dot";
  output Boolean dotFound "true if no dot is found";
end readToLastDot;

Generated at 2025-02-18T19:25:07Z by OpenModelicaOpenModelica 1.24.4 using GenerateDoc.mos