On Tuesday 27 March 2007 2:32:50 pm Georg Baum wrote: > Writing > > match.group(1).lower() > > instead of > > match.group(1) should give you the lowercase version (or maybe > string.lower(match.group(1)), I don't know by heart if the former works).
Both work, but as you said the former is preferable. > Georg -- José Abílio