92
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:
Next TopicJSTL fn:toLowerCase() Function