Bash variable manipulation in Grafana

Hi! Is it possible to manipulate Grafana variables like in Bash? I’d like to do something like this, to remove the first character from a variable. (In Bash, it would look like ${var:1}.)

I can’t seem to get it to work in Grafana. I found this documentation page which is no help in the matter. Thanks!