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

Consider using indexOfIgnoreCasePos instead of this, which will automatically use a more sophisticated algorithm on larger inputs.

Parameters

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