Advanced JAVA for Beginners: JSP, JSTL, JSON and SERVLET TUTORIALS...etc (Learn with Examples) by Feroz Navi

Advanced JAVA for Beginners: JSP, JSTL, JSON and SERVLET TUTORIALS...etc (Learn with Examples) by Feroz Navi

Author:Feroz, Navi [Feroz, Navi]
Language: eng
Format: azw3
Published: 2018-01-31T16:00:00+00:00


JSTL Functions

Following are the tutorial links for useful JSTL functions with examples. Following Taglib directive should be included in the JSP page in order to use the JSTL functions.

<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>

1. fn:contains function: This function checks whether the given string is present in the input as sub-string. It does a case sensitive check.

fn:contains() – JSTL Function

fn:contains() function checks whether the given string is present in the input as sub-string. It does a case sensitive check, which means it considers the case while checking for the sub-string.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.