Designing and Implementing Business Process Models 10.5 | Designing and Implementing Business Process Models | Business Rules Reference | Functions | Summary of String Functions | 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 © 2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.