117
JSTL fn:containsIgnoreCase() Function
The fn:containsIgnoreCase() function is used to test if an input string contains the specified substring as a case insensitive way. During searching the specified substring it ignores the case
The syntax used for including the fn:containsIgnoreCase() function is:
Let’s see the simple example to understand the functionality of fn:containsIgnoreCase() function:
Output:
Next TopicJSTL fn:endsWith() Function