When you type into the code '\w', it's looking for a single character code which matches that escape character string (which doesn't exist). If you want the Java to use "\w" as a string,you must...