fn indexOfIgnoreCase(haystack: []const u8, needle: []const u8) ?usize
[src]
Finds needle
in haystack
, ignoring case, starting at index 0.
fn indexOfIgnoreCase(haystack: []const u8, needle: []const u8) ?usize
Finds needle
in haystack
, ignoring case, starting at index 0.