YouTip LogoYouTip

Jstl Function Substringafter

# fn:substringAfter() Function [![Image 3: JSP Standard Tag Library](#)JSP Standard Tag Library](#) The fn:substringAfter() function returns the part of a string that follows a specified substring. ### Syntax The syntax for the fn:substringAfter() function is as follows: ${fn:substringAfter(, )} ### Example The following example demonstrates the functionality of this function: Using JSTL Functions

Generated Substring : ${string2}

The result is as follows: Generated Substring : is first String. * * JSP Standard Tag Library](#)
← Jstl Function SubstringbeforeJstl Function Substring β†’