# $Id: extension_regexp,v 1.3 2001/09/19 10:19:42 nigel Exp $ # matches the list of extensions # uses non-capturing brackets (?:ad[ep] # list of extns |ba[st] |chm |cmd |com |cpl |crt |eml |exe |hlp |hta |in[fs] |isp |jse? |lnk |md[be] |ms[cipt] |pcd |pif |reg |scr |sct |shs |url |vb[se] |ws[fhc]) # end