Brad Tilley wrote: > Is there a quick way to make re.compile show what it's looking for? > > x = re.compile('[a-z]') Probably. But there isn't a quick way to ask for it. Try explaining what you want more fully. FuManChu