stringutils
Function endsWith

boolean endsWith(java.lang.String, java.lang.String)
A wrapper around java.lang.String#endsWith(..). Tests if this string ends with the specified suffix. The function takes 2 parameters:
java.lang.String: string to evaluate
java.lang.String: suffix


Function Information
Function Classnet.sourceforge.openutils.elfunctions.ElStringUtils
Function Signatureboolean endsWith(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.