fn eqlIgnoreCase(a: []const u8, b: []const u8) bool
[src]
Compares strings a
and b
case-insensitively and returns whether they are equal.
fn eqlIgnoreCase(a: []const u8, b: []const u8) bool
Compares strings a
and b
case-insensitively and returns whether they are equal.