Is there an easy way of using the RegularExpressionValidator
control while ignoring white space?
I can use a custom validator control with Regex
and IgnorePatternWhitespace
, but it would be good to just have an option in the RegularExpressionValidator
control.