JSTL fn:substring() Function The fn:substring() function returns the subset of a string. It is used to return the substring of given input…
miscellaneous
-
-
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:endsWith() Function The fn:endsWith() function is used for testing if an input string ends with the specified suffix. If the string…
-
JSTL fn:escapeXml() Function The fn:escapeXml() function escapes the characters that would be interpreted as XML markup. It is used for escaping the…
-
JSTL fn:indexOf() Function The fn:indexOf() function return an index of string. It is used for determining the index of string specified in…