in reply to
pull out num from str
On both strings the below regex works:
regex: m{.+?([+-]?[[:digit:]]+?)\s+?.+?};
Comment on
Re: pull out num from str
Download
Code
In Section
Seekers of Perl Wisdom