On Jun 09, 2006, at 10:45 PM, Sven E Olsson wrote:
Hi,
I use this pattern : <p.+</p>
And I set the option to true to accept newline
<p class="text">
sdsdsdsd
</p>
<p>
asasa
</p>
The question is if ALL paragraphs should be grabbed (the returned
string contains ALL the paragraphs from the first <p to the last </
p>) or only the first? Or is there an another pattern to use? So
it stops with the first </p>
Sven E
Ooops.. I get it : <p.+?</p>
Sven E
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>