Home » JSTL fn:containsIgnoreCase() Function

JSTL fn:containsIgnoreCase() Function

by Online Tutorials Library

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:

JSTL Function Tags2

You may also like