i've got problems with regex, please help.
My regex code for searching table -
/<table class="curr.*?">.*?<\/table>/s
How can i search TD in that table?
i've got problems with regex, please help.
My regex code for searching table -
/<table class="curr.*?">.*?<\/table>/s
How can i search TD in that table?
As someone before said:
When you decide to use regular expressions to solve a problem, you end up having two problems :-)
Tidy + xPath will be my choice to do the job.