Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
//Done to save space
import java.util.regex.*;
public class ParseFile
{
public static void main(String[] args) throws Exception
{
Pattern pattern = Pattern.compile("::");
// Creates a pattern to match breaks
String[] result = patpattern.split("One::Two::Three::::four::Five");
// Splits input with the pattern
for (int i=0; i<result.length; i++)
{
System.out.println(result[i]);
}
}
}