stringutils
Function substringAfterLast

java.lang.String substringAfterLast(java.lang.String, java.lang.String)
Gets the substring after the last occurrence of a separator. The separator is not returned. The function takes 2 parameters:
java.lang.String: the String to get a substring from, may be null
java.lang.String: the String to search for, may be null


Function Information
Function Classorg.apache.commons.lang.StringUtils
Function Signaturejava.lang.String substringAfterLast(java.lang.String, java.lang.String)
Display NameNone


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.