Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | Using Event Filters | Filter Strings | startsWith
 
startsWith
boolean startsWith(
string s1,
string s2)
s1
The name of an event field containing a string.
s2
The string being searched for.
Returns true if the event field with the name specified by s begins with the string s2, otherwise false is returned.