It's being taken as a literal string, try
ValidationExpression='<%= RegExStrings.SomePattern %>'
Edit: The above doesn't work, I've tried to see how to do this without success,I usually set properties in the code-behind and only use this syntax for databinding when I have to. I'd be interested to know if it can be done too.
