On Apr 13, 4:55 pm, "Flyzone" <[EMAIL PROTECTED]> wrote:
> On 13 Apr, 10:40, [EMAIL PROTECTED] wrote:
>
> > you trying to match the date part right? if re is what you desire,
> > here's one example:
>
> Amm..not! I need to get the text-block between the two data, not the
> data! :)

change to pat.split(data) then.
I get this:

['', '\ntext\ntext\n', '\ntext\ntext ']

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to