Dear all,
I have a pdf with tables (and some other stuff).
I used
Pattern p = Pattern.compile("([0-9]{5})[A-Z]?");
to get the lines with 5 digits an optional a char.
How to read the whole line if a match was found?
Otherwise: Is there a good alternative to read in the data as table directly?
Other topic: Is it not possible to send attachments here?
thanks
Chris
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]