Answers for "can we have two conditions in split"

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 "can we have two conditions in split"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language