如何用正则匹配后缀名不为.jpg,.css,.js,.html,.htm,.png的文件 ?
/.*\.(?:(?!(jpg|css|js|html|htm|png)).)+/
原文链接:https://www.f2er.com/regex/361002.html如何用正则匹配后缀名不为.jpg,.css,.js,.html,.htm,.png的文件 ?
/.*\.(?:(?!(jpg|css|js|html|htm|png)).)+/
原文链接:https://www.f2er.com/regex/361002.html