.Modelica.Utilities.Strings.Advanced.skipWhiteSpace

Information

Syntax

nextIndex = skipWhiteSpace(string, startIndex);

Description

Starts scanning of "string" at position "startIndex" and skips white space. The function returns nextIndex = index of character of the first non white space character.

See also

Strings.Advanced.

Interface

pure function skipWhiteSpace
  extends Modelica.Icons.Function;
  input String string;
  input Integer startIndex(min = 1) = 1;
  output Integer nextIndex;
end skipWhiteSpace;

Generated at 2024-05-18T18:16:21Z by OpenModelicaOpenModelica 1.22.4 using GenerateDoc.mos