http://qs1969.pair.com?node_id=223768


in reply to Re: How can I match between two integer numbers
in thread How can I match between two integer numbers

If he want match also leading space (" 4.393864E+00 .0" instead of "4.393864E+00 .0") I suggest

/^\s+\d+\s(.*?)\s+\d+\s(.*?)$/