Author niemeyer
Recipients
Date 2005-09-14.09:17:37
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=7887

Would you be able to come up with an example that would be
useful for that kind of construction?

"(a*){4}" will always match "a" as many times as possible,
and than match the empty string 3 more times. So it has the
effect of "a*", but in addition will kill the grouping
effect since the given group will always be empty. With that
in mind considering it as a syntax error seems correct.

Do you agree?
History
Date User Action Args
2007-08-23 14:29:17adminlinkissue1113484 messages
2007-08-23 14:29:17admincreate