Ok, I have strings that are like 4~<font color="#FF0000"><b>,</b></font> and I want to parse them so that the digit preceeding the tilde is the key, and the font hex value is the key's value. Like, $foo{4} would value #FF0000.. Any ideas how to do this, without alot of split()s and foreach()s and stuff?
Buzza