Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | String Folder | Summary of Elements in this Folder | pub.string:substring
 
pub.string:substring
WmPublic. 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.