Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | Unicode String Functions | Basic Unicode String Functions | awStrchrUC
 
awStrchrUC
charUC *awStrchrUC(
charUC *st,
charUC c);
st
The Unicode string to be searched.
c
The Unicode string to be concatenated onto dest.
Returns a pointer to the first occurrence of the Unicode character c in the string st. A NULL value is returned if c is not found in the string.