JSTL fn:substringBefore() Function The fn:substringBefore() function returns the subset of string before a specific substring. It is used for returning a part…
miscellaneous
-
-
JSTL fn:toUpperCase() Function The fn:toUpperCase() function converts all the characters of a string to upper case. It is used for replacing any…
-
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 fn:startsWith() Function The fn:startsWith() function test if an input string is started with the specified substring. The syntax used for including…
-
JSTL XML <x:param> Tag The <x:param> tag is used to set the parameter in the XSLT style sheet. It use along with…