Quote:
Originally Posted by Perkin
Change Toxaris' find to
Code:
<p class="calibre10"><span class="calibre12 bold">(\d+)</span></p>\s+<p class="calibre2"><span class="calibre4 bold">(.+)</span></p>
The replace will be the same.
|
In the above example, what would be the difference between (.+) and (.*). The various tutorials I've read talk about "greedy", "non-greedy", "lazy" and "reluctant" but I can't figure out precisely what they mean. What about \s* instead of \s+ - would that work?
Just trying to figure this regex stuff out.
Regards - John