Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client Java API Programmer's Guide | Using Event Filters | Filter Strings | Filter Functions | toLowerCase
 
toLowerCase
string toLowerCase(
string s)
s
The name of an event field containing a string.
Returns a copy of the string from the event field with the name specified by s, but with all uppercase characters converted to lowercase. Any non-alphabetic or lowercase characters in s are returned unaltered.
Note:
This function supports locale sensitivity to the extent possible on your particular platform.