Regex file extension filter
Posted
by NickLarsen
on Stack Overflow
See other posts from Stack Overflow
or by NickLarsen
Published on 2010-04-27T19:46:56Z
Indexed on
2010/04/27
20:03 UTC
Read the original article
Hit count: 495
I am trying to create a regex that will take all files that do not have a list of extensions. In particular, I am trying to filter out filenames that end in .csv
I have browsed around for an hour and been unable to figure this out. I am using .NET Regex.
© Stack Overflow or respective owner