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.
The following should do the trick. I just tested it with .net.
Be sure to include the IgnoreCase RegexOptions to make it case insensitive.