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