4 Javaの正規表現、\\ sと\\ s + 次の2つの式の違いは何ですか? x = x.replaceAll("\\s", ""); x = x.replaceAll("\\s+", ""); 96 java regex string quantifiers