in reply to
regex to reverse string
Any particular reason you want to use a regex? The
reverse
command might work for you:
print scalar reverse $string;
[download]
--
zigdon
Comment on
(z) Re: regex to reverse string
Download
Code
In Section
Seekers of Perl Wisdom