show/hide this revision's text 2 added 232 characters in body

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.

show/hide this revision's text 1

It's being taken as a literal string, try

ValidationExpression='<%= RegExStrings.SomePattern %>'