Why can be so about Regex.IsMatch with double backslash?

来源:互联网 发布:linux 退出tomcat日志 编辑:程序博客网 时间:2024/06/06 20:53

In C #, / is the escape character, character escape sequences as follows
/' Single quote
/" Double quote
// Backslash
/0 null
/a warning
/b backspace
/f new page
/n new line
/r enter
/t horizontal tab
/v vertical tab