Home » JSTL fn:substringAfter() Function

JSTL fn:substringAfter() Function

by Online Tutorials Library

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:

JSTL Function Tags12

You may also like