![Picture of James Picture of James](/graphics/unknown.gif)
James - 2010-02-22 07:45:22
I'm trying to allow only lower and upper case letters, space, hyphen, apostrophe, and grave accent using:
"ValidateRegularExpression"=>"^[a-zA-Z '-`]+$",
"ValidateAsNotEmpty"=>1,
What am I missing to make this work?
Thanks