I apologize in advance for what is probably a simply question, but I suck at regular expressions and I did not find my answer via Google...
My Question is as follows:
Using ASP.NET syntax for the RegularExpressionValidator control, how do you specify restriction of two consecutive characters, say character 'x'?
Thanks in advance...