G
Guest
Dear all,
I want to read a file data block by block using regular expression. The
file contents is like
MWH ........
.................
.....................
MWH .................
...........................
...........................
.....................
MWH ....
Each block starts with 'MWH' and has different length of contents. How can
I compose the regular express pattern so I can get all the matches?
Thanks for any help.
Tedmond
I want to read a file data block by block using regular expression. The
file contents is like
MWH ........
.................
.....................
MWH .................
...........................
...........................
.....................
MWH ....
Each block starts with 'MWH' and has different length of contents. How can
I compose the regular express pattern so I can get all the matches?
Thanks for any help.
Tedmond