.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 2026-01-07T19:14:18Z by OpenModelicaOpenModelica 1.26.0 using GenerateDoc.mos