.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

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

Generated at 2020-06-05T07:38:22Z by OpenModelica 1.16.0~dev-420-gc007a39