http://www.perlmonks.org?node_id=101908


in reply to Re: RE: Quantifiers in regular expressions
in thread Quantifiers in regular expressions

here here, more examples
  • Comment on Re: Re: RE: Quantifiers in regular expressions

Replies are listed 'Best First'.
Re: Re: Re: RE: Quantifiers in regular expressions
by bladx (Chaplain) on Aug 12, 2001 at 10:11 UTC
    If you want more examples, simply read the perldocs! You can find them in the Library if you don't have them on your own machine (although you should since you have Perl, ...right?) :)

    Andy Summers
Typo in table's text
by bschilli (Friar) on Oct 08, 2004 at 15:11 UTC
    It's just a typo in the table, but the last description says "at lease i times and at most j times." It should be "at least i times and at most j times." Ben Schilling