I cannot get any regexs to work in the file filter.
As a test case, I am using the following regex
sample-B-[0-9]{2}-[0-9]{2}-[0-9]{4}.*
and matching it against the following list of files:
sample-A-10-19-2009.txt
sample-A-10-20-2009.txt
sample-A-10-21-2009.txt
sample-B-10-19-2009.txt
sample-B-10-20-2009.txt
sample-B-10-21-2009.txt
sample-C-10-19-2009.txt
sample-C-10-20-2009.txt
sample-C-10-21-2009.txt
I am not getting any matches. I validated the regex in a test site (http://regexlib.com/RETester.aspx). If I switch to not use regex ans simply use *.*, I get the entire file list as expected.
See screen shots.
What am I doing wrong?
Thanks,
Chuck
cstump attached the following image(s):