97
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:
Next TopicJSTL fn:trim() Function