Application Integration - Software AG Hosted Environment : Integration Cloud : Integrations : Built-In Services : String : substring
substring
Returns a substring of a given string.
Input Parameters
inString
String String from which to extract a substring.
beginIndex
String Beginning index of the substring to extract (inclusive).
endIndex
String Ending index of the substring to extract (exclusive). If this parameter is null or empty, the substring will extend to the end of inString.
Output Parameters
value
String Substring from beginIndex and extending to the character at endIndex - 1.
Copyright © 2015- 2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback