JSTL fn:substring() Function The fn:substring() function returns the subset of a string. It is used to return the substring of given input…
core
-
-
JSTL XML <x:parse> Tag The <x:parse> tag is used for parse the XML data specified either in the tag body or an…
-
JSTL fn:substringAfter() Function The fn:substringAfter() function returns the subset of string followed by a specific substring. It returns the part of string…
-
JSTL XML <x:set> Tag The <x:set> tag is used to set a variable with the value of an XPath expression. It is…
-
JSTL XML <x:transform> Tag The <x:transform> tag is used in a XML document for providing the XSL (Extensible Stylesheet Language) transformation. It…
-
JSTL fn:toLowerCase() Function The fn:toLowerCase() function converts all the characters of a string to lower case. It is used for replacing any…
-
JSTL fn:trim() Function The fn:trim() function removes the blank spaces from both the ends of a string. It mainly used for ignoring…
-
JSTL fn:indexOf() Function The fn:indexOf() function return an index of string. It is used for determining the index of string specified in…
-
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…