Does anyone know how to include a double quote in a regex. I wrote this regex but could not include the double quote
<asp:RegularExpressionValidator ID="KeywordsRegex" runat="server" ValidationExpression="^[+\-\!\(\)\:\^\[\]\{\}\~\*\?\&&\||].*$" ControlToValidate="Keywords" ErrorMessage="Search keyword is not valid." Text="*"></asp:RegularExpressionValidator>
source share