fn indexOfIgnoreCase(haystack: []const u8, needle: []const u8) ?usize

Finds needle in haystack, ignoring case, starting at index 0.

Parameters

haystack: []const u8,
needle: []const u8,