I have a txtbox on my web form. I need to check if the second character is a "C" and the next three characters are numeric. Is there a way I can do this with the RegularExpressionValidator?

thanks,
eye