Hi,
I've always had difficulties understanding REs, and today is no exception! I want to be able to replace any occurances of:
<person>XXX</person>
with:
'<a href="somePage.pl?id=XXX">'$this->get('XXX')->toString'</a>'
where XXX can be any length and is numeric. How do I do this???
Thanks.
I've always had difficulties understanding REs, and today is no exception! I want to be able to replace any occurances of:
<person>XXX</person>
with:
'<a href="somePage.pl?id=XXX">'$this->get('XXX')->toString'</a>'
where XXX can be any length and is numeric. How do I do this???
Thanks.