M
mike.spiller
I need to come up with a regex routine that will extract some data
from a file, and I am admittedly lousy with regexes.
The file contents are as such. Either there will be a single entry
such as...
***********************************************
(header info)
1:
Some data (multiline)
-or-
(header info)
1:
Some data (multiline)
2:
More data
etc...
*************************************************
I need to extract just the data in the "1:" section. Can anyone help?
from a file, and I am admittedly lousy with regexes.
The file contents are as such. Either there will be a single entry
such as...
***********************************************
(header info)
1:
Some data (multiline)
-or-
(header info)
1:
Some data (multiline)
2:
More data
etc...
*************************************************
I need to extract just the data in the "1:" section. Can anyone help?