simple regular expression problem

Aahz aahz at pythoncraft.com
Mon Sep 17 21:05:34 EDT 2007


In article <1190034041.796626.66790 at n39g2000hsh.googlegroups.com>,
duikboot  <dijkstra.arjen at gmail.com> wrote:
>
>I am trying to extract a list of strings from a text. I am looking it
>for hours now, googling didn't help either.

To emphasize the other answers you got about avoiding regexps, here's a
nice quote from my .sig database:

'Some people, when confronted with a problem, think "I know, I'll use
regular expressions."  Now they have two problems.'  --Jamie Zawinski
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

The best way to get information on Usenet is not to ask a question, but
to post the wrong information.



More information about the Python-list mailing list