This PR adds support for Graphite web's toLowerCase function. This function is defined as:
toLowerCase(seriesList, *pos)
Takes one metric or a wildcard seriesList and lowers the case of each letter.
Optionally, a letter position to lower case can be specified, in which case only the letter at the specified position gets lower-cased. The position parameter may be given multiple times. The position parameter may be negative to define a position relative to the end of the metric name.
This PR adds support for Graphite web's toLowerCase function. This function is defined as:
This PR also includes tests to verify functionality according to the definition and Graphite web's implementation