Home » JSTL fn:split() Function

JSTL fn:split() Function

by Online Tutorials Library

JSTL fn:split() Function

The fn:split() function splits the string into an array of substrings. It is used for splitting the string into an array based on a delimiter string.

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

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

Output:

JSTL Function Tags8

You may also like