Hi, I'm trying to get text from in between 2 html tags, only the difficulty is that the tag can differ from name.
I'll explain into detail:
<icon displayid="62115">inv_helmet_130</icon>
I have to get the
inv_helmet_130
But the displayid of the tag can differ, any ideas on how to solve this? Perhaps with a regular explression but I'm not good at those.
Thanks in advance.