Designing and Implementing Business Process Models : Business Rules Reference : Functions Overview : substring(int beginIndex): String
substring(int beginIndex): String
Returns a string that resides within this string. The returned substring begins with the character at the specified index and extends to the end of this string.
Input Parameters
beginIndex
Integer The beginning index, inclusive.
Return Value
String The specified substring.
Copyright © 2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback