Hi [Christian|List] This post is not regarding your special problem (which anyway has been solved by now), but I'd like to share some general tip on working with regular expressions. 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 ;) Probably most of you (especially all regex-gurus) know about this already, but i thought it was worth the post as a hint for all beginners hth Frank On Wed, 2005-10-19 at 09:45 +0200, Christian Meesters wrote: > Hi > > I've got the problem that I need to find a certain group of file names > within a lot of different file names. Those I want to match with a > regular expression are a bit peculiar since they all look like: > ... > ...(regex-problem) > ... > Any ideas what I could do else? > TIA > Christian > > PS Hope that I described the problem well enough ... _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
