// "Replace '\s' sequences with spaces" "false" class X { void test() { String s = "\s\s\s!\s\s\s"; } }