fn eqlIgnoreCase(a: []const u8, b: []const u8) bool

Compares strings a and b case-insensitively and returns whether they are equal.

Parameters

a: []const u8,
b: []const u8,