I have to extract information from a line of text (no escape characters). However, I want to extract all the way until the next data type, as I do not know for sure the way the information will be presented.
Here is a sample line:
(R) MCCRACKEN ROYAL "MAC" 20 99 8 8
extracted:
1. Extract info inside ( ).
2. letters,punctuation
3. number
4. number
5. number
6. number
Please help!
2006-10-30
11:28:29
·
1 answers
·
asked by
njwhalen25
1
in
Computers & Internet
➔ Programming & Design