I wrote a method in Java,
postingFile(" C:\Tables\A_env\A_Dif1.csv ")
that reads the CSV file and process the data inside it. I got 26 environments, A through Z and I'm searching for a Java regular expression that can read and process data of 26 environments with single line of code.
I tried multiple combinations of Java regex but nothing worked.
Any help or guidance would be appreciated