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