The split() method in Java does not work on a dot (.) [duplicate]

This question already has answers here: How can I use “.” as the delimiter with String.split() in java [duplicate] (8 answers) Closed 7 years ago. I have prepared a simple code snippet in order to separate the erroneous portion from my web application. public class Main { public static void main(String[] args) throws IOException { … Read more