On May 8, 8:11 pm, Ricardo Aráoz <[EMAIL PROTECTED]> wrote:

> All these examples assume your regular expression will not span multiple
> lines, but this can easily be the case. How would you process the file
> with regular expressions that span multiple lines?

re.findall/ finditer, as I said earlier.


--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to