.FaultTriggering.Utilities.Internal.readAfterDot

reads string after last dot

Information

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

Interface

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

Generated at 2026-06-23T20:19:05Z by OpenModelicaOpenModelica 1.26.9 using GenerateDoc.mos