You need m%%, the regular expression search operator instead of s%%%, the regular expression substitute operator. The code below should give you a start, more you can find out in the perl documentation perlre
my ($result)= m%</Name><Symbol>([^<]*)</Symbol>%;
In reply to Re: get string between two < tags > in .js file (xml)
by jethro
in thread get string between two < tags > in .js file (xml)
by kamchez
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |