Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client Java API Programmer's Guide | Using Event Filters | Filter Strings | Filter Functions
 
Filter Functions
 
charAt
contains
date
date
endsWith
regexpMatch
startsWith
substring
toDouble
toInt
toLong
toLowerCase
toString
toUpperCase
toUpperCase
Several functions are provided by the webMethods Broker API that you can use within filter strings. These functions allow you to perform complex string operations, regular expression matches, and string to numeric conversions on event field values. Some examples of the use of functions within filter strings are shown below.
charAt(my_string_field,5) =
charAt("StringConstant",my_i
startsWith(toUpperCase(myfie
toString(my_long_field) = "4
toLong(my_string_field) = 42