Re: Regex character classes: n OR m

2012-07-06 Thread Shawn H Corey
On Fri, 6 Jul 2012 18:59:00 +0100 "Adam J. Gamble" wrote: > Dear All, > > I'm taking a (highly belated) first look at Perl today. From a > background in Python, I'm coming to Perl, primarily out of curiosity > with what it can do with regular expressions. > > To get to the point— is it possible

Re: Regex character classes: n OR m

2012-07-06 Thread Paul Johnson
On Fri, Jul 06, 2012 at 06:59:00PM +0100, Adam J. Gamble wrote: > Dear All, > > I'm taking a (highly belated) first look at Perl today. From a background > in Python, I'm coming to Perl, primarily out of curiosity with what it can > do with regular expressions. Welcome! > To get to the point— is

Regex character classes: n OR m

2012-07-06 Thread Adam J. Gamble
Dear All, I'm taking a (highly belated) first look at Perl today. From a background in Python, I'm coming to Perl, primarily out of curiosity with what it can do with regular expressions. To get to the point— is it possible to match a character class with a repeater that requires an exactly *n* O