GUI re builder

sismex01 at hebmex.com sismex01 at hebmex.com
Mon Mar 31 11:17:39 EST 2003


> From: Stephen Boulet [mailto:stephen.boulet at motorola.com]
> Sent: Monday, March 31, 2003 9:54 AM
> 
> Is there a GUI (tk) re builder that ships with python 2.2? I 
> can't seem to find it. Thanks.
> 
> Trying to build an re to match a date (of form 3/31/03 or 
> 12/6/02, for example). Thanks.
> 
> -- Stephen
>

Since you have to do error-checking anyway, you're much better
off using a simple:

   date = strDate.split("/")

anyways.

-gustavo





More information about the Python-list mailing list