fn indexOfIgnoreCasePosLinear(haystack: []const u8, start_index: usize, needle: []const u8) ?usize
[src]
Consider using indexOfIgnoreCasePos
instead of this, which will automatically use a more sophisticated algorithm on larger inputs.
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.