Hi,
     as seen in the screen output below, PCRE does not reject regular 
expressions
which are anchored as well as quantified.
e.g. (^a){2}

mla...@linux45:~] pcretest
PCRE version 7.6 2008-01-28

  re> /(^a){2}/
data> aa
No match
data> a
No match
data> a\na
No match
data>

The given regular expression is not matching with anything. So why to accept it 
?
It should be rejected by PCRE.

Thank you,
Mahendra Ladhe





      Love Cricket? Check out live scores, photos, video highlights and more. 
Click here http://cricket.yahoo.com
-- 
## List details at http://lists.exim.org/mailman/listinfo/pcre-dev 

Reply via email to