Hi,
I'd like to write a perl search statement (regular expression I suppose) to find something in a string of which next line is an example :
<A href="/product/3076">Table</A> (2004) <A href="/product/3076"><img src=/images/xml.png border=0></A>
I'd like to extract to a variable for the example above the following information : "Table (2004)"
More details :
- the number 3076 out of the example will always be different (in length also)
- the value Table will also be different always (also in length)
- all other things will have the same syntax over and over
Thanks in advance for all your ideas !!!
Jan
I'd like to write a perl search statement (regular expression I suppose) to find something in a string of which next line is an example :
<A href="/product/3076">Table</A> (2004) <A href="/product/3076"><img src=/images/xml.png border=0></A>
I'd like to extract to a variable for the example above the following information : "Table (2004)"
More details :
- the number 3076 out of the example will always be different (in length also)
- the value Table will also be different always (also in length)
- all other things will have the same syntax over and over
Thanks in advance for all your ideas !!!
Jan