Designing and Implementing Business Process Models : Business Rules Reference : Functions Overview : 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
BooleanReturns 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.
Copyright © 2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback