Since,
My brief introduction to regexp'ing on Friday I have run into some more
interesting problems ....

Some of my lines of data do not have sufficient space between the
previous column and the next column, e.g.

2.354647E10-0.56495E-9 0.6758E4
Note the  ^^ missing space, now I was wondering if it was somehow
possible to use a regexp to look for the pattern [0-9]-[0-9] and replace
with [0-9] -[0-9], note the extra space.  This should not get tripped up
on the E, if my understanding of regexp is correct.

Any thoughts,

Mark


Reply via email to