Home » JSTL fn:indexOf() Function

JSTL fn:indexOf() Function

by Online Tutorials Library

JSTL fn:indexOf() Function

The fn:indexOf() function return an index of string. It is used for determining the index of string specified in substring.

The syntax used for including the fn:indexOf() function is:

Let’s see the simple example to understand the functionality of fn:indexOf() function:

Output:

JSTL Function Tags5

You may also like