If I have these two dynamic tags: <name color="ffffff" size="20" /><address color="ff0000" size="16" />
How can I use a Regular Expression, or some other way, to first only get everything between <name and />, than to parse each field for the value?
If I have these two dynamic tags: <name color="ffffff" size="20" /><address color="ff0000" size="16" />
How can I use a Regular Expression, or some other way, to first only get everything between <name and />, than to parse each field for the value?