You are viewing a single comment's thread. Return to all comments →
Issue encountered on some test case Tried inputing test using test cases and have expected output
// Write your code here. String[] Splat = s.split("[ !,?._'@]+"); System.out.println(Splat.length); for(String me : Splat) { System.out.println(me); } scan.close(); }
}
Seems like cookies are disabled on this browser, please enable them to open this website
Java String Tokens
You are viewing a single comment's thread. Return to all comments →
Issue encountered on some test case Tried inputing test using test cases and have expected output
}