Pattern p = Pattern.compile("^\w+$");为什么报错Invalid escape sequence (valid ones are \b \t \n \f \r \" \' \\)怎么写这个正则表达式,保留英文字符,数字,下划线,带个代码的最好!