No, I need all files except exe|dll|ocx|py -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Simon Brunning Sent: ד 04 נובמבר 2009 19:13 To: Nadav Chernin Cc: Python List Subject: Re: regexp help
2009/11/4 Nadav Chernin <[email protected]>: > Thanks, but my question is how to write the regex. re.match(r'.*\.(exe|dll|ocx|py)$', the_file_name) works for me. -- Cheers, Simon B. -- http://mail.python.org/mailman/listinfo/python-list
