Hi,
I am new to java (normally program in perl and bash).
I have an array that has X amount of rows that look like this:
2011-02-24,XXXDAO_456912 - (none) - (direct),(none),(direct),(not set),(not set),0,5447,1,3639.71,3521.86,0,0
What I need to do is take this column - XXXDAO_456912 - (none) - (direct) - and extract only the number - 456912. I can and have done this in perl/bash but so new to java I am not sure where to begin. Google has given me some info but not everything.
Any help would be greatly appreciated.
-JF