Answers for "how to split with two symbol in java"

0

split with multiple condition in java

String text = "s: saturday, sunday, solar, selfie";
String[] words = text.split("[:,] ");
Posted by: Guest on June-23-2020

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language