In a .NET Regex pattern, what special characters need to be escaped in order to be used literally?
In a .NET Regex pattern, what special characters need to be escaped in order
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t know the complete set of characters – but I wouldn’t rely on the knowledge anyway, and I wouldn’t put it into code. Instead, I would use
Regex.Escapewhenever I wanted some literal text that I wasn’t sure about: