> >>$str =~ s/  / /i;
> >
> >is the same as:
> >
> >$str =~ s/\s{2,10}/ /;
> 
> Not quite.  The \s character class includes more than just the ' ' 
> character.
> 

My bad :D 


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to