Johny a écrit : > 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?
Sure : the documentation is here: http://docs.python.org/lib/module-re.html And there's a nice tutorial here: http://www.amk.ca/python/howto/regex/ Read all this, try to solve your problem, and come back with what you've done so far if you need more help. > Thank you for help You're welcome. -- http://mail.python.org/mailman/listinfo/python-list