Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
複数の区切り記号を使用して文字列を分割したいと考えています。現在、私はこれを使用しています: String delims = "[\\s;.,:'!?()]"; これらの文字には問題なく機能しているようですが、文字を追加しようとすると、-怒鳴られます。-これらすべての文字と区切り文字を使用して文字列を分割するにはどうすればよいですか? 前もって感謝します!
String delims = "[\\s;.,:'!?()]";
-