Is it possible to have case insensitive variable names

We are using Grafana and graphite as the data source. I have a variable and the value is orders.

The graphite data path is in the form: data.path.Orders.count

So I want to use the variable in place of ‘Orders’. The issue is, in the path ‘Order’ is camel Case but the variable orders is lower case.

Please advice.