optional arguments to pattern.findall()

Ezequiel, Justin j.ezequiel at spitech.com
Tue May 4 21:20:53 EDT 2004


In a thread with subject RE: Difficulty Finding Python Developers, Bill
Anderson wrote:
>foo = re.compile(regex)
>foo.findall(stringtosearchon,0,50)[-1]

Where can I find documentation on the optional arguments to findall()?
Have gone to http://python.org/doc/current/lib/module-re.html and did
not find any mention of these.

PythonWin 2.2.2 (#37, Oct 14 2002, 17:02:34) [MSC 32 bit (Intel)] on
win32.




More information about the Python-list mailing list