[Tutor] regular expression matching a dot?

Kent Johnson kent37 at tds.net
Thu Oct 20 14:52:25 CEST 2005


Frank Bloeink wrote:
> There are some nice regex-debuggers out there that can help clearify
> what went wrong when a regex doesn't match when it should or vice versa.
> 
> Kodos http://kodos.sourceforge.net/ is one of them, but there are many
> others that can make your life easier ; at least in terms of
> regex-debugging ;) 

Yes, these programs can be very helpful. There is even one that ships with Python - see
C:\Python24\Tools\Scripts\redemo.py

Kent



More information about the Tutor mailing list