Seems there are some problems using asp.net regular expression validators where they work in firefox but not in some flavors of i.e. (and maybe vice-versa, I don't know).
Anyway, anyone have a replacement for this:
([a-zA-Z1-9]*)\.(((P|p)(D|d)(F|f))|((d|D)(o|O)(c|C)))
To basically match any filename/path with a PDF or Doc extension?
As I said, this works fine when run under firefox, but not i.e. 7
EDIT: I am talking about client-side validation here.