// "Replace '\s' sequences with spaces" "false" class X { void test(String str) { if (str.matches("\\s+")) { } } }