util_utf8_strstrcase
Description:
Find the first instance of needle
in haystack
, ignoring case.
(No proper case folding or decomposing is done.) Both needle
and haystack
are UTF-8 strings.
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