Generated Substring : ${string2}
The result is as follows: Generated Substring : is first String. * * JSP Standard Tag Library](#)Jstl Function Substringafter
# fn:substringAfter() Function
[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
YouTip