Answers for "can we have two conditions in split with or condition 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 "can we have two conditions in split with or condition in java"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language