Recently I got into a situation where I need in the client side the value of a specific parameter in the request’s query string and I need to be sure that I could find the parameter regardless its casing. For that purpose I crate the following function in TypeScript:
|
|