fn allocLowerString(allocator: std.mem.Allocator, ascii_string: []const u8) ![]u8

Allocates a lower case copy of ascii_string. Caller owns returned string and must free with allocator.

Parameters

allocator: std.mem.Allocator,
ascii_string: []const u8,