I am trying to parse multiple file names(doc file)in java. How should I go about doing this?
I asked a previous post and got a answer on how to parse a file name in java. Thanks for that.
So in a directory, I have multiple files(with different names). For instance, there are files
AA_2322_1
AA_2342_1
BB_2324_1
CC_2342_1
I want to parse the middle 4 digit-5digit numbers only.