in reply to
Extract numbers
A slight fuss:
[-+\d.eE]
is probably a little faster than /i. (Though the regex engine is so smart it may figure out there's only one letter and do this anyway.)
p
Comment on
Re: Extract numbers
Download
Code
In Section
Cool Uses for Perl