Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client Java API Programmer's Guide | Using Event Filters | Filter Strings | Filter Functions | toUpperCase
 
toUpperCase
char toUpperCase(
string s)
s
The name of an event field containing a string.
Returns a single character from the event field with the name specified by s, converted to uppercase. If the specified character is non-alphabetic or is already uppercase, it is returned unaltered.
Note:
This function supports locale sensitivity to the extent possible on your particular platform.