Monthly Archive: November 2013

JSTL fn:containsIgnoreCase() Function

JSTL containsIgnoreCase Function returns true or false based on condition evaluation. “fn:containsIgnoreCase This function is used to check if the “string” contains the specified “subtsring” no matter the case of the string and substring. The …

JSTL fn:contains() Function

JSTL Contains function is used to check whether target string contains specified string or not. contains function is used for checking whether the specified substring is contained by the string or not. Syntax : boolean …