in reply to
Re: Regex Question in Perl
in thread
Regex Question in Perl
By the way, /
[\d]+
/ can be written /
\d+
/.
Comment on
Re^2: Regex Question in Perl
Select
or
Download
Code
In Section
Seekers of Perl Wisdom