Skip to content
Advertisement

Tag: substring

Java Substring based on condtion

I’m pretty new to Java and I would like to know if there is an effective way of creating a substring based on conditions. Currently I am reading from a txt file and changing that txt file to a String format using BufferedReader. I am receiving several txt files but they all have the same format. The data that I

Advertisement