This morning I was talking with Fifthwall about RegexStringValidator.Validate(). It would seem that the Validate() method doesn’t return anything, so he was wondering how you’d know if the regular expression was indeed valid.
After looking though the documentation, I found that it raises an ArgumentException if the string isn’t a valid regular expression.

