in reply to
Re: Match 2 same characters
in thread
Match 2 same characters
{1}
is a quantifier. It modifies what the preceding atom (
(.)
in this case) matches. This and other quantifiers are documented in
perlre
.
Comment on
Re^2: Match 2 same characters
Select
or
Download
Code
In Section
Seekers of Perl Wisdom