%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
The length of the string "cs3220" is ${fn:length("cs3220")}.
The size of numbers array is ${fn:length(a.numbers)}.
Date: