Business Rules 10.7 | webMethods Business Rules Web Help | webMethods Business Rules Reference | Functions | Summary of String Functions | endsWith(String suffix): boolean
 
endsWith(String suffix): boolean
Indicates whether or not this string ends with the specified suffix.
Input Parameters
suffix
String The suffix.
Return Value
Boolean Returns true if the character sequence represented by the argument is a suffix of the character sequence represented by this object, false otherwise.
Note:
The result will be true if the argument is the empty string or is equal to this String object as determined by the equals(String) method.