On Oct 11, 5:22 pm, brad <[EMAIL PROTECTED]> wrote: > Crazy question, but has anyone attempted this or seen Python code that > does? For example, if a text file contained 'Guido' and or 'Robert' and > or 'Susan', then we should return True, otherwise return False.
Can't you just use the string function .findall() ? -- http://mail.python.org/mailman/listinfo/python-list