Ulf Dittmer - 2004-01-06

Logged In: YES
user_id=908396

I think you misunderstand what Pattern.startsWith does. "1"
is not a prefix of the pattern "1{2}". It would be a prefix
of the pattern "11", just as "11" would be a prefix of
"1{2}". Very confusing, though. (Also see my comment to bug
667201.)