Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | Using Event Filters | Filter Strings | substring
 
substring
string substring(
string s,
int index1,
int index2)
s
The event field from which the substring is to be extracted.
index1
The index of the character within the string field where extraction is to begin. This index is zero-based, so the first character has an index of 0.
index2
The index of the character within the string field where extraction is to end. This index is exclusive.
Returns a substring from the event field with the name specified by s, beginning with the character at index1 and ending at the character at index2.