Hi;
I need to do something like the following:
pat = re.compile('edit[0-9]*:[0-9]*')
check = form.getfirst(pat)(to check things like 'edit0:1') How do I do this? TIA, beno -- The Logos has come to bear http://logos.13gems.com/
-- http://mail.python.org/mailman/listinfo/python-list
