Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | Unicode String Functions | Basic Unicode String Functions | awStrstrUC
 
awStrstrUC
charUC* awStrstrUC(
charUC *st1,
charUC *st2)
st1
The Unicode string to be searched.
st2
The Unicode string to be concatenated onto dest.
Locates the first occurrence of the null-terminated Unicode string st2 in the null-terminated Unicode string st1.
Returns a pointer to st1 if st2 is empty. Returns a NULL pointer if st2 does not occur in st1. In all other cases, returns a pointer to the first character of the first occurrence of st2 within st1.