483
JSTL fn:substringAfter() Function
The fn:substringAfter() function returns the subset of string followed by a specific substring. It returns the part of string which lies after the provided string value.
The syntax used for including the fn:substringAfter() function is:
Let’s see the simple example to understand the functionality of fn:substringAfter() function:
Output:
Next TopicJSTL fn:substringBefore() Function