Quote:
Originally Posted by DaleDe
|
Thankyou.
Reading that got me thinking... could it be that it not matching is due to new line not being included in '.*' ?
Ok, I tried with <div lang="en">.*|\n*</div> which actually seems to find/match.
But when I add ( ) to be able to use \1, it doesn't match anymore.
Am I doing this wrong: <div lang="en">(.*|\n*)</div> ?