endsWith() Operation
Syntax |
NONE
| |
---|---|---|
Semantics | endsWith() returns true, if the string aString ends with the string represented by the literal or anotherString. In all other cases, false is returned. | |
Substitutables | aBoolean | Can be any variable or object attribute having the type Boolean. |
aString , anotherString | Can be any variable or object attribute having the type String. | |
LITERAL | String literal. | |
Examples |
NONE
|