.OpenModelica.Scripting.regexBool

Returns true if the string matches the regular expression.

Interface

function regexBool
  input String str;
  input String re;
  input Boolean extended = true "Use POSIX extended or regular syntax";
  input Boolean caseInsensitive = false;
  output Boolean matches;
end regexBool;

Generated at 2025-12-05T19:13:58Z by OpenModelicaOpenModelica 1.25.7 using GenerateDoc.mos