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.
haystack |
The string to search in. |
needle |
The string to search for. |
A pointer to the first instance of |