Designing and Implementing Business Process Models : Business Rules Reference : Functions Overview : startsWith(String prefix): boolean
startsWith(String prefix): boolean
Indicates whether or not this string starts with the specified prefix.
Input Parameters
prefix
String The prefix.
Return Value
Boolean Returns true if the character sequence represented by the argument is a prefix of the character sequence represented by this string; 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