in reply to
Re: Regex Matching
in thread
Regex Matching
There is no need to write
{20,20}
in your regex.
{20}
means the same, is less typing, and, IMO, easier to read.
-- Abigail
Comment on
Re: Regex Matching
Select
or
Download
Code
In Section
Seekers of Perl Wisdom