![]() |
|
Just another Perl shrine | |
PerlMonks |
Re:^2 How can I match between two integer numbersby ph0enix (Friar) |
on Jan 02, 2003 at 13:20 UTC ( #223768=note: print w/replies, xml ) | Need Help?? |
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(.*?)$/
In Section
Seekers of Perl Wisdom
|
|