webMethods Integration Cloud and Cloud Deployment Documentation 6.0.0 | webMethods Integration Cloud | Built-In Services | 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 © 2014- 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.