On Thu, Mar 22, 2007 at 01:26:22AM -0700, Johny wrote:
> I have  the following text
> 
> <title>Goods Item  146 (174459989)  - OurWebSite</title>
> 
> from which I need to extract
> `Goods Item  146 '
> 
> Can anyone help with regexp?
> Thank you for help
> L.

(Goods\s+Item\s+146\s+)

-- 
Zeng Nan           

MY BLOG: http://zengnan.blogspot.com
Public Key: http://pgp.mit.edu/ | www.keyserver.net

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In Lexington, Kentucky, it's illegal to carry an ice cream cone in your
pocket.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Attachment: pgp46CeY9IZzI.pgp
Description: PGP signature

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

Reply via email to