YouTip LogoYouTip

Jstl Function Split

# fn:split() Function [![Image 3: JSP Standard Tag Library](#)JSP Standard Tag Library](#) The **fn:split()** function splits a string into an array of substrings using a specified delimiter. ### Syntax The syntax for the fn:split() function is as follows: ${fn:split(, )} ### Example The following example demonstrates the functionality of this function: Using JSTL Functions

string3 string: ${string3}

string5 string: ${string5}

The output will be: string3 string: www-tutorial-com string5 string: www tutorial com * * JSP Standard Tag Library](#)
← Jstl Function StartswithJstl Function Replace β†’