Re: [Tutor] python regex help

2008-09-28 Thread Mark Tolonen
"Arun Tomar" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] On Sun, 2008-09-28 at 17:26 +0100, Alan Gauld wrote: "Arun Tomar" <[EMAIL PROTECTED]> wrote > I've been using shell scripting & using sed & pipes i've solved it, > but with python, i need to practice more ;). ok, i got it

Re: [Tutor] python regex help

2008-09-28 Thread Arun Tomar
On Sun, 2008-09-28 at 17:26 +0100, Alan Gauld wrote: > "Arun Tomar" <[EMAIL PROTECTED]> wrote > > > I've been using shell scripting & using sed & pipes i've solved it, > > but with python, i need to practice more ;). ok, i got it. here is the code that needs to be included after code in the last m

Re: [Tutor] python regex help

2008-09-28 Thread Arun Tomar
On Sun, 2008-09-28 at 17:26 +0100, Alan Gauld wrote: > "Arun Tomar" <[EMAIL PROTECTED]> wrote > > > I've been using shell scripting & using sed & pipes i've solved it, > > but with python, i need to practice more ;). > > Can you show us some output as you'd like irt? > Can you show us the sed scr

Re: [Tutor] python regex help

2008-09-28 Thread Alan Gauld
"Arun Tomar" <[EMAIL PROTECTED]> wrote I've been using shell scripting & using sed & pipes i've solved it, but with python, i need to practice more ;). Can you show us some output as you'd like irt? Can you show us the sed script that works? Also can you show us the Python code that doesn't