I am working in a restricted Javascript environment and don't have an xml parser or dom access.
The format goes like this:
<gd:phoneNumber rel="http://schemas.google.com/g/2005#mobile">206 555 1212</gd:phoneNumber>
I need to get string[] value: mobile, 206 555 1212
The values will be different every time but the tags always the same.
Then I need to be able to replace the values for example: home, 555-555-5555
Can this be done in regEx?