I have a field that contains the MAC address of a device. I would like to format it so that it looks like 00a0:25bb:0412 instead of 00a025bb0412. I know you can use # to format an all numeric value. What do I use for an alpha/numeric value?

Thanks