How does RegularExpressionAttribute (System.ComponentModel.DataAnnotations) handle the translation from .NET Regular Expression pattern flavor to the javascript flavor in order to do the validations client-side?
I'm guessing that there is no translation at all, and the regular expression pattern indicated in the attribute must be compatible enough with both engines.
Thanks