In particular, one of my RE's looks like this '^somestring$' so I can't just do this: re.search( '^somestring$', str( mylist ) )
I'm not smart enough (total newbie) to code up a generator expression and I was wondering if I'm missing something obvious.
I love succinct but clearly understandable code. thx! -- http://mail.python.org/mailman/listinfo/python-list