Hi All,

I am trying to use the RegExpValidator and am having MUCH trouble with
my expression and I think I am using characters that need escaping. I
need to write an expression that is used to restrict an EU specified
file name, the rules are:

 - must not start with .
 - must not contain <>&*?/[EMAIL PROTECTED]":

My current expression is: [^?/[EMAIL PROTECTED]:] but it is not working

I had to remove (<>&*") to resolve compiler errors, but even with
these chars removed and cant get the expression to work.

Any help is much appreciated.

Thanks!

-Greg

Reply via email to