Find the first instance of needle
in haystack
, ignoring case for bytes that are ASCII characters.
haystack |
The string to search in. |
needle |
The string to search for. |
A pointer to the start of |