JSTL fn:trim() Function The fn:trim() function removes the blank spaces from both the ends of a string. It mainly used for ignoring…
miscellaneous
-
-
JSTL fn:length() Function The fn:length() function returns the number of characters inside a string, or the number of items in a collection.…
-
JSTL XML <x:choose>, <x:when>, <x:otherwise> Tags The <x:choose> tag is a conditional tag that establish a context for mutually exclusive conditional operations.…
-
JSTL fn:replace() Function The fn:replace() function replaces all the occurrence of a string with another string sequence. It search in an input…
-
JSTL XML <x:if> Tag The <x:if> tag is used for evaluating the test XPath expression. It is a simple conditional tag which…
-
JSTL fn:split() Function The fn:split() function splits the string into an array of substrings. It is used for splitting the string into…
-
JSTL XML <x:out> Tag The <x:out> tag is used for displaying the result of an xml Path expression and writes the result…
-
JSTL Formatting <fmt:formatDate> Tag The <fmt:formatDate> tag is used for different formats of date and time using the supplied pattern and styles.…
-
JSTL Formatting <fmt:formatNumber> Tag The <fmt:formatNumber> tag is used to format the numerical value using the specific format or precision. It is…
-
JSTL Formatting <fmt:parseDate> Tag The <fmt:parseDate> tag parses the string representation of a time and date. It is used to format the…