I'm using the Regex validator on my site and didn't like the fact that if the regex didn't match, the error message contained the regex in the output to the user. So, I modified the Regex class to also have a "display" parameter in the constructor which defaults to null for backwards compatibility. I've attached it, so that you may include it in the next release if you like.