Message24120
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?
|
|
| Date |
User |
Action |
Args |
| 2007-08-23 14:29:17 | admin | link | issue1113484 messages |
| 2007-08-23 14:29:17 | admin | create | |
|