Hi, is there an apr utility function that would let me extract the values of querystring variables by specifying the variable name. For e.g. if my querysting is something like
?key1=val1&key2=val2&key3=val3 is there a function which takes in key1 as the input and returns val1? Jason