fn allocUpperString(allocator: std.mem.Allocator, ascii_string: []const u8) ![]u8
Allocates an upper case copy of ascii_string. Caller owns returned string and must free with allocator.
ascii_string
allocator
allocator: std.mem.Allocator,
ascii_string: []const u8,