i need a regular expression that will take a variable in the format "a2"
and return it in the format "A:2"
i know it should be in the form " s/insert regex here/insert substitution here/" but im not shure what the regex and the substitution should be..
anyone know?