"Tom Tucker" <[EMAIL PROTECTED]> wrote > The below code snipet works as designed, however the regex matches > once and > exits. I want it to continue matching and printing until EOF. Any > suggestions?
Does re.findall() help? Alan G. _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
