util_utf8_strstrcasedecomp
Description:
Find the first instance of needle
in haystack
, where both needle
and haystack
are UTF-8
strings.
Both strings are stripped and decomposed for comparison, and case is ignored.
Parameters:
haystack |
The string to search in. |
needle |
The string to search for. |
Returns:
A pointer to the first instance of |
Namespace: E
Package: libedataserver-1.2