in reply to
Re: Re: Re: stuck on regexp
in thread
stuck on regexp
if single character usernames are allowed,
{1,29}
should be replaced by
{0,29}
~Particle *
accelerates
*
Comment on
Re^4: stuck on regexp
Select
or
Download
Code
In Section
Seekers of Perl Wisdom