On Feb 11, 7:55 am, "NPtr" <vasya_del....@ussr.ntu-kpi.kiev.ua.del.it>
wrote:
> I need to crop all text between one expression(let it be expr1) and the
> first match of another(expr2). The text looks like:
[quoted text clipped - 7 lines]
>
> Thank you in advance.
Use reluctant quantifiers.
See API doc for Pattern class.
NPtr - 11 Feb 2007 11:35 GMT
> Use reluctant quantifiers.
> See API doc for Pattern class.
Thanks, it works. Sorry for the stupid question.
I thought I had tried these qualifiers, but in fact I hadn't.