Strings.length(string);
Returns the number of characters of "string".
pure function length extends Modelica.Icons.Function; input String string; output Integer result "Number of characters of string"; end length;