in reply to
Simple REGEX Help
Why not
substr()
?
my $newstring = substr($string,1,-1);
[download]
Comment on
Re: Simple REGEX Help
Select
or
Download
Code
In Section
Seekers of Perl Wisdom